#1CBB1B

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

Shades of Lime Green #1CBB1B

Tints of Lime Green #1CBB1B

Color information

#1CBB1B (or 0x1CBB1B) is unknown color: approx Lime Green. HEX triplet: 1C, BB and 1B. RGB value is (28,187,27). Sum of RGB (Red+Green+Blue) = 28+187+27=242 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.57% from 242); Green value is 187 (73.44% from 255 or 77.27% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBB1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBB1B is #E344E4. Grayscale: #797979. Windows color (decimal): -14894309 or 1817372. OLE color: 1817372.

HSL color Cylindrical-coordinate representation of color #1CBB1B: hue angle of 119.62º degrees, saturation: 0.75, 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 #1CBB1B is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB2818727-
CMYK0.8500.860.27
HSL119.62º74.77%41.96%-
HSV(B)119.62º85.56%73.33%-
XYZ18.4535.876.99-
YUV121.2274.8261.51-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.57%
GREEN value IS 187 (73.44% from 255) = 77.27%
BLUE value IS 27 (10.94% from 255) = 11.16%
R=11.57%
G=77.27%
B=11.16%

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
Decimal28187270.8500.860.27119.6274.7741.96
Hex1CBB1B550561B784b2a
Octal342733312501263317011352
Binary1110010111011110111010101010101101101111110001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBB1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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