#3EAF2F

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

Shades of Lime Green #3EAF2F

Tints of Lime Green #3EAF2F

Color information

#3EAF2F (or 0x3EAF2F) is unknown color: approx Lime Green. HEX triplet: 3E, AF and 2F. RGB value is (62,175,47). Sum of RGB (Red+Green+Blue) = 62+175+47=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 175 (68.75% from 255 or 61.62% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 175 - color contains mainly: green. Hex color #3EAF2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3EAF2F is #C150D0. Grayscale: #7F7F7F. Windows color (decimal): -12669137 or 3125054. OLE color: 3125054.

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

Color convert

RGB6217547-
CMYK0.6500.730.31
HSL112.97º57.66%43.53%-
HSV(B)112.97º73.14%68.63%-
XYZ17.8331.897.9-
YUV126.6283.0681.91-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.83%
GREEN value IS 175 (68.75% from 255) = 61.62%
BLUE value IS 47 (18.75% from 255) = 16.55%
R=21.83%
G=61.62%
B=16.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal62175470.6500.730.31112.9757.6643.53
Hex3EAF2F410491F713a2c
Octal76257571010111371617254
Binary11111010101111101111100000101001001111111110001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EAF2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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