#1CCB21

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

Shades of Lime Green #1CCB21

Tints of Lime Green #1CCB21

Color information

#1CCB21 (or 0x1CCB21) is unknown color: approx Lime Green. HEX triplet: 1C, CB and 21. RGB value is (28,203,33). Sum of RGB (Red+Green+Blue) = 28+203+33=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 203 (79.69% from 255 or 76.89% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCB21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCB21 is #E334DE. Grayscale: #838383. Windows color (decimal): -14890207 or 2214684. OLE color: 2214684.

HSL color Cylindrical-coordinate representation of color #1CCB21: hue angle of 121.71º 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 #1CCB21 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB2820333-
CMYK0.8600.840.20
HSL121.71º75.76%45.29%-
HSV(B)121.71º86.21%79.61%-
XYZ22.1143.078.59-
YUV131.2972.5254.32-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.61%
GREEN value IS 203 (79.69% from 255) = 76.89%
BLUE value IS 33 (13.28% from 255) = 12.5%
R=10.61%
G=76.89%
B=12.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal28203330.8600.840.20121.7175.7645.29
Hex1CCB2156054147a4c2d
Octal343134112601242417211455
Binary11100110010111000011010110010101001010011110101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCB21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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