#3EAF32

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

Shades of Lime Green #3EAF32

Tints of Lime Green #3EAF32

Color information

#3EAF32 (or 0x3EAF32) is unknown color: approx Lime Green. HEX triplet: 3E, AF and 32. RGB value is (62,175,50). Sum of RGB (Red+Green+Blue) = 62+175+50=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 175 (68.75% from 255 or 60.98% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 175 - color contains mainly: green. Hex color #3EAF32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3EAF32 is #C150CD. Grayscale: #7F7F7F. Windows color (decimal): -12669134 or 3321662. OLE color: 3321662.

HSL color Cylindrical-coordinate representation of color #3EAF32: hue angle of 114.24º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3EAF32 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB6217550-
CMYK0.6500.710.31
HSL114.24º55.56%44.12%-
HSV(B)114.24º71.43%68.63%-
XYZ17.8931.918.23-
YUV126.9684.5681.66-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.60%
GREEN value IS 175 (68.75% from 255) = 60.98%
BLUE value IS 50 (19.92% from 255) = 17.42%
R=21.60%
G=60.98%
B=17.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal62175500.6500.710.31114.2455.5644.12
Hex3EAF32410471F72382c
Octal76257621010107371627054
Binary11111010101111110010100000101000111111111110010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EAF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,175,50); }

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

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

 a { background-color: rgb(62,175,50); }

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

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

 span { border-color: rgb(62,175,50); }

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