#3cef28

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

Shades of Lime Green #3CEF28

Tints of Lime Green #3CEF28

Color information

#3CEF28 (or 0x3CEF28) is unknown color: approx Lime Green. HEX triplet: 3C, EF and 28. RGB value is (60,239,40). Sum of RGB (Red+Green+Blue) = 60+239+40=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 239 (93.75% from 255 or 70.50% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEF28 is #C310D7. Grayscale: #A3A3A3. Windows color (decimal): -12783832 or 2682684. OLE color: 2682684.

HSL color Cylindrical-coordinate representation of color #3CEF28: hue angle of 113.97º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3CEF28 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB6023940-
CMYK0.7500.830.06
HSL113.97º86.15%54.71%-
HSV(B)113.97º83.26%93.73%-
XYZ33.1162.8512.39-
YUV162.7958.754.68-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.70%
GREEN value IS 239 (93.75% from 255) = 70.50%
BLUE value IS 40 (16.02% from 255) = 11.80%
R=17.70%
G=70.50%
B=11.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal60239400.7500.830.06113.9786.1554.71
Hex3CEF284B0536725637
Octal74357501130123616212667
Binary1111001110111110100010010110101001111011100101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cef28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,239,40); }

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

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

 a { background-color: rgb(60,239,40); }

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

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

 span { border-color: rgb(60,239,40); }

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