#1CBB1A

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

Shades of Lime Green #1CBB1A

Tints of Lime Green #1CBB1A

Color information

#1CBB1A (or 0x1CBB1A) is unknown color: approx Lime Green. HEX triplet: 1C, BB and 1A. RGB value is (28,187,26). Sum of RGB (Red+Green+Blue) = 28+187+26=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 187 (73.44% from 255 or 77.59% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBB1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBB1A is #E344E5. Grayscale: #797979. Windows color (decimal): -14894310 or 1751836. OLE color: 1751836.

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

Color convert

RGB2818726-
CMYK0.8500.860.27
HSL119.25º75.59%41.76%-
HSV(B)119.25º86.1%73.33%-
XYZ18.4435.866.93-
YUV121.174.3261.59-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.62%
GREEN value IS 187 (73.44% from 255) = 77.59%
BLUE value IS 26 (10.55% from 255) = 10.79%
R=11.62%
G=77.59%
B=10.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal28187260.8500.860.27119.2575.5941.76
Hex1CBB1A550561B774c2a
Octal342733212501263316711452
Binary1110010111011110101010101010101101101111101111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,187,26); }

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

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

 a { background-color: rgb(28,187,26); }

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

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

 span { border-color: rgb(28,187,26); }

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