#1CCB29

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

Shades of Lime Green #1CCB29

Tints of Lime Green #1CCB29

Color information

#1CCB29 (or 0x1CCB29) is unknown color: approx Lime Green. HEX triplet: 1C, CB and 29. RGB value is (28,203,41). Sum of RGB (Red+Green+Blue) = 28+203+41=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 203 (79.69% from 255 or 74.63% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCB29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCB29 is #E334D6. Grayscale: #848484. Windows color (decimal): -14890199 or 2738972. OLE color: 2738972.

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

Color convert

RGB2820341-
CMYK0.8600.800.20
HSL124.46º75.76%45.29%-
HSV(B)124.46º86.21%79.61%-
XYZ22.2443.129.25-
YUV132.2176.5253.67-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.29%
GREEN value IS 203 (79.69% from 255) = 74.63%
BLUE value IS 41 (16.41% from 255) = 15.07%
R=10.29%
G=74.63%
B=15.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal28203410.8600.800.20124.4675.7645.29
Hex1CCB2956050147c4c2d
Octal343135112601202417411455
Binary11100110010111010011010110010100001010011111001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCB29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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