#1CE52F

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

Shades of Lime Green #1CE52F

Tints of Lime Green #1CE52F

Color information

#1CE52F (or 0x1CE52F) is unknown color: approx Lime Green. HEX triplet: 1C, E5 and 2F. RGB value is (28,229,47). Sum of RGB (Red+Green+Blue) = 28+229+47=304 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.21% from 304); Green value is 229 (89.84% from 255 or 75.33% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 229 - color contains mainly: green. Hex color #1CE52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE52F is #E31AD0. Grayscale: #949494. Windows color (decimal): -14883537 or 3138844. OLE color: 3138844.

HSL color Cylindrical-coordinate representation of color #1CE52F: hue angle of 125.67º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE52F is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB2822947-
CMYK0.8800.790.10
HSL125.67º79.45%50.39%-
HSV(B)125.67º87.77%89.8%-
XYZ29.0156.4912.06-
YUV148.1570.9142.3-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.21%
GREEN value IS 229 (89.84% from 255) = 75.33%
BLUE value IS 47 (18.75% from 255) = 15.46%
R=9.21%
G=75.33%
B=15.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal28229470.8800.790.10125.6779.4550.39
Hex1CE52F5804FA7e4f32
Octal343455713001171217611762
Binary1110011100101101111101100001001111101011111101001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CE52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CE52F; }

 p { color: rgb(28,229,47); }

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

<style>
 a { background-color: #1CE52F; }

 a { background-color: rgb(28,229,47); }

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

<style>
 span { border-color: #1CE52F; }

 span { border-color: rgb(28,229,47); }

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