#3AD42B

Color #3AD42B Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #3AD42B

Tints of Lime Green #3AD42B

Color information

#3AD42B (or 0x3AD42B) is unknown color: approx Lime Green. HEX triplet: 3A, D4 and 2B. RGB value is (58,212,43). Sum of RGB (Red+Green+Blue) = 58+212+43=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 212 (83.20% from 255 or 67.73% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD42B is #C52BD4. Grayscale: #939393. Windows color (decimal): -12921813 or 2872378. OLE color: 2872378.

HSL color Cylindrical-coordinate representation of color #3AD42B: hue angle of 114.67º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AD42B is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB5821243-
CMYK0.7300.800.17
HSL114.67º66.27%50%-
HSV(B)114.67º79.72%83.14%-
XYZ25.7248.1610.23-
YUV146.6969.4864.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 18.53%
GREEN value IS 212 (83.20% from 255) = 67.73%
BLUE value IS 43 (17.19% from 255) = 13.74%
R=18.53%
G=67.73%
B=13.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal58212430.7300.800.17114.6766.2750
Hex3AD42B4905011734232
Octal723245311101202116310262
Binary111010110101001010111001001010100001000111100111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AD42B; }

 p { color: rgb(58,212,43); }

 H1.HeaderClassName
 {
   color: #3AD42B;
 }
 .AnyTagClassName
 {
   color: #3AD42B;
 }
</style>
background-color css

<style>
 a { background-color: #3AD42B; }

 a { background-color: rgb(58,212,43); }

 div.DivClassName
 {
   background-color: #3AD42B;
 }
 .BgClassName
 {
   background-color: #3AD42B;
 }
</style>
border-color css

<style>
 span { border-color: #3AD42B; }

 span { border-color: rgb(58,212,43); }

 td.TdClassName
 {
   border-color: #3AD42B;
 }
 .TagClassName
 {
   border-color: #3AD42B;
 }
</style>