#3EC34B

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

Shades of Lime Green #3EC34B

Tints of Lime Green #3EC34B

Color information

#3EC34B (or 0x3EC34B) is unknown color: approx Lime Green. HEX triplet: 3E, C3 and 4B. RGB value is (62,195,75). Sum of RGB (Red+Green+Blue) = 62+195+75=332 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.67% from 332); Green value is 195 (76.56% from 255 or 58.73% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 195 - color contains mainly: green. Hex color #3EC34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC34B is #C13CB4. Grayscale: #8D8D8D. Windows color (decimal): -12663989 or 4965182. OLE color: 4965182.

HSL color Cylindrical-coordinate representation of color #3EC34B: hue angle of 125.86º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EC34B is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB6219575-
CMYK0.6800.620.24
HSL125.86º52.57%50.39%-
HSV(B)125.86º68.21%76.47%-
XYZ22.7740.5613.29-
YUV141.5590.4471.26-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.67%
GREEN value IS 195 (76.56% from 255) = 58.73%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=18.67%
G=58.73%
B=22.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal62195750.6800.620.24125.8652.5750.39
Hex3EC34B4403E187e3532
Octal76303113104076301766562
Binary11111011000011100101110001000111110110001111110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EC34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,195,75); }

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

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

 a { background-color: rgb(62,195,75); }

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

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

 span { border-color: rgb(62,195,75); }

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