#1BB620

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

Shades of Lime Green #1BB620

Tints of Lime Green #1BB620

Color information

#1BB620 (or 0x1BB620) is unknown color: approx Lime Green. HEX triplet: 1B, B6 and 20. RGB value is (27,182,32). Sum of RGB (Red+Green+Blue) = 27+182+32=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 182 (71.48% from 255 or 75.52% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 182 - color contains mainly: green. Hex color #1BB620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BB620 is #E449DF. Grayscale: #767676. Windows color (decimal): -14961120 or 2143771. OLE color: 2143771.

HSL color Cylindrical-coordinate representation of color #1BB620: hue angle of 121.94º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB620 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB2718232-
CMYK0.8500.820.29
HSL121.94º74.16%40.98%-
HSV(B)121.94º85.16%71.37%-
XYZ17.4433.796.97-
YUV118.5579.1562.7-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.20%
GREEN value IS 182 (71.48% from 255) = 75.52%
BLUE value IS 32 (12.89% from 255) = 13.28%
R=11.20%
G=75.52%
B=13.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal27182320.8500.820.29121.9474.1640.98
Hex1BB620550521D7a4a29
Octal332664012501223517211251
Binary11011101101101000001010101010100101110111110101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,182,32); }

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

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

 a { background-color: rgb(27,182,32); }

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

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

 span { border-color: rgb(27,182,32); }

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