#1CDE2C

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

Shades of Lime Green #1CDE2C

Tints of Lime Green #1CDE2C

Color information

#1CDE2C (or 0x1CDE2C) is unknown color: approx Lime Green. HEX triplet: 1C, DE and 2C. RGB value is (28,222,44). Sum of RGB (Red+Green+Blue) = 28+222+44=294 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.52% from 294); Green value is 222 (87.11% from 255 or 75.51% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 222 - color contains mainly: green. Hex color #1CDE2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDE2C is #E321D3. Grayscale: #909090. Windows color (decimal): -14885332 or 2940444. OLE color: 2940444.

HSL color Cylindrical-coordinate representation of color #1CDE2C: hue angle of 124.95º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDE2C is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB2822244-
CMYK0.8700.800.13
HSL124.95º77.6%49.02%-
HSV(B)124.95º87.39%87.06%-
XYZ27.0552.6711.12-
YUV143.771.7345.47-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.52%
GREEN value IS 222 (87.11% from 255) = 75.51%
BLUE value IS 44 (17.58% from 255) = 14.97%
R=9.52%
G=75.51%
B=14.97%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal28222440.8700.800.13124.9577.649.02
Hex1CDE2C57050D7d4e31
Octal343365412701201517511661
Binary1110011011110101100101011101010000110111111011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CDE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,222,44); }

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

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

 a { background-color: rgb(28,222,44); }

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

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

 span { border-color: rgb(28,222,44); }

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