#3ce03f

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

Shades of Lime Green #3CE03F

Tints of Lime Green #3CE03F

Color information

#3CE03F (or 0x3CE03F) is unknown color: approx Lime Green. HEX triplet: 3C, E0 and 3F. RGB value is (60,224,63). Sum of RGB (Red+Green+Blue) = 60+224+63=347 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.29% from 347); Green value is 224 (87.89% from 255 or 64.55% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE03F is #C31FC0. Grayscale: #9D9D9D. Windows color (decimal): -12787649 or 4186172. OLE color: 4186172.

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

Color convert

RGB6022463-
CMYK0.7300.720.12
HSL121.1º72.57%55.69%-
HSV(B)121.1º73.21%87.84%-
XYZ29.4254.6313.7-
YUV156.6175.1759.09-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.29%
GREEN value IS 224 (87.89% from 255) = 64.55%
BLUE value IS 63 (25% from 255) = 18.16%
R=17.29%
G=64.55%
B=18.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal60224630.7300.720.12121.172.5755.69
Hex3CE03F49048C794938
Octal743407711101101417111170
Binary11110011100000111111100100101001000110011110011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ce03f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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