#1CCB36

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

Shades of Lime Green #1CCB36

Tints of Lime Green #1CCB36

Color information

#1CCB36 (or 0x1CCB36) is unknown color: approx Lime Green. HEX triplet: 1C, CB and 36. RGB value is (28,203,54). Sum of RGB (Red+Green+Blue) = 28+203+54=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 203 (79.69% from 255 or 71.23% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCB36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCB36 is #E334C9. Grayscale: #868686. Windows color (decimal): -14890186 or 3590940. OLE color: 3590940.

HSL color Cylindrical-coordinate representation of color #1CCB36: hue angle of 128.91º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCB36 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB2820354-
CMYK0.8600.730.20
HSL128.91º75.76%45.29%-
HSV(B)128.91º86.21%79.61%-
XYZ22.543.2310.65-
YUV133.6983.0252.62-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.82%
GREEN value IS 203 (79.69% from 255) = 71.23%
BLUE value IS 54 (21.48% from 255) = 18.95%
R=9.82%
G=71.23%
B=18.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal28203540.8600.730.20128.9175.7645.29
Hex1CCB365604914814c2d
Octal343136612601112420111455
Binary111001100101111011010101100100100110100100000011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,203,54); }

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

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

 a { background-color: rgb(28,203,54); }

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

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

 span { border-color: rgb(28,203,54); }

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