#3EAF35

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

Shades of Lime Green #3EAF35

Tints of Lime Green #3EAF35

Color information

#3EAF35 (or 0x3EAF35) is unknown color: approx Lime Green. HEX triplet: 3E, AF and 35. RGB value is (62,175,53). Sum of RGB (Red+Green+Blue) = 62+175+53=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 175 (68.75% from 255 or 60.34% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 175 - color contains mainly: green. Hex color #3EAF35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3EAF35 is #C150CA. Grayscale: #7F7F7F. Windows color (decimal): -12669131 or 3518270. OLE color: 3518270.

HSL color Cylindrical-coordinate representation of color #3EAF35: hue angle of 115.57º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3EAF35 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB6217553-
CMYK0.6500.700.31
HSL115.57º53.51%44.71%-
HSV(B)115.57º69.71%68.63%-
XYZ17.9631.948.59-
YUV127.386.0681.42-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.38%
GREEN value IS 175 (68.75% from 255) = 60.34%
BLUE value IS 53 (21.09% from 255) = 18.28%
R=21.38%
G=60.34%
B=18.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal62175530.6500.700.31115.5753.5144.71
Hex3EAF35410461F74362d
Octal76257651010106371646655
Binary11111010101111110101100000101000110111111110100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EAF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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