#3ce036

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

Shades of Lime Green #3CE036

Tints of Lime Green #3CE036

Color information

#3CE036 (or 0x3CE036) is unknown color: approx Lime Green. HEX triplet: 3C, E0 and 36. RGB value is (60,224,54). Sum of RGB (Red+Green+Blue) = 60+224+54=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 224 (87.89% from 255 or 66.27% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE036 is #C31FC9. Grayscale: #9C9C9C. Windows color (decimal): -12787658 or 3596348. OLE color: 3596348.

HSL color Cylindrical-coordinate representation of color #3CE036: hue angle of 117.88º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CE036 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB6022454-
CMYK0.7300.760.12
HSL117.88º73.28%54.51%-
HSV(B)117.88º75.89%87.84%-
XYZ29.1854.5412.48-
YUV155.5870.6759.82-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.75%
GREEN value IS 224 (87.89% from 255) = 66.27%
BLUE value IS 54 (21.48% from 255) = 15.98%
R=17.75%
G=66.27%
B=15.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal60224540.7300.760.12117.8873.2854.51
Hex3CE0364904CC764937
Octal743406611101141416611167
Binary11110011100000110110100100101001100110011101101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ce036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,224,54); }

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

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

 a { background-color: rgb(60,224,54); }

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

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

 span { border-color: rgb(60,224,54); }

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