#3efe3c

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

Shades of Lime Green #3EFE3C

Tints of Lime Green #3EFE3C

Color information

#3EFE3C (or 0x3EFE3C) is unknown color: approx Lime Green. HEX triplet: 3E, FE and 3C. RGB value is (62,254,60). Sum of RGB (Red+Green+Blue) = 62+254+60=376 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.49% from 376); Green value is 254 (99.61% from 255 or 67.55% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFE3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFE3C is #C101C3. Grayscale: #AFAFAF. Windows color (decimal): -12648900 or 3997246. OLE color: 3997246.

HSL color Cylindrical-coordinate representation of color #3EFE3C: hue angle of 119.38º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFE3C is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.

Color convert

RGB6225460-
CMYK0.7600.760.00
HSL119.38º98.98%61.57%-
HSV(B)119.38º76.38%99.61%-
XYZ38.2472.2316.2-
YUV174.4863.3947.77-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.49%
GREEN value IS 254 (99.61% from 255) = 67.55%
BLUE value IS 60 (23.83% from 255) = 15.96%
R=16.49%
G=67.55%
B=15.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal62254600.7600.760.00119.3898.9861.57
Hex3EFE3C4C04C077633e
Octal76376741140114016714376
Binary11111011111110111100100110001001100011101111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3efe3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,254,60); }

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

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

 a { background-color: rgb(62,254,60); }

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

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

 span { border-color: rgb(62,254,60); }

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