#1CBC29

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

Shades of Lime Green #1CBC29

Tints of Lime Green #1CBC29

Color information

#1CBC29 (or 0x1CBC29) is unknown color: approx Lime Green. HEX triplet: 1C, BC and 29. RGB value is (28,188,41). Sum of RGB (Red+Green+Blue) = 28+188+41=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 188 (73.83% from 255 or 73.15% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBC29 is #E343D6. Grayscale: #7B7B7B. Windows color (decimal): -14894039 or 2735132. OLE color: 2735132.

HSL color Cylindrical-coordinate representation of color #1CBC29: hue angle of 124.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBC29 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB2818841-
CMYK0.8500.780.26
HSL124.88º74.07%42.35%-
HSV(B)124.88º85.11%73.73%-
XYZ18.8636.378.12-
YUV123.481.4959.95-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.89%
GREEN value IS 188 (73.83% from 255) = 73.15%
BLUE value IS 41 (16.41% from 255) = 15.95%
R=10.89%
G=73.15%
B=15.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal28188410.8500.780.26124.8874.0742.35
Hex1CBC295504E1A7d4a2a
Octal342745112501163217511252
Binary11100101111001010011010101010011101101011111011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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