#1BDD22

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

Shades of Lime Green #1BDD22

Tints of Lime Green #1BDD22

Color information

#1BDD22 (or 0x1BDD22) is unknown color: approx Lime Green. HEX triplet: 1B, DD and 22. RGB value is (27,221,34). Sum of RGB (Red+Green+Blue) = 27+221+34=282 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.57% from 282); Green value is 221 (86.72% from 255 or 78.37% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDD22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDD22 is #E422DD. Grayscale: #8E8E8E. Windows color (decimal): -14951134 or 2284827. OLE color: 2284827.

HSL color Cylindrical-coordinate representation of color #1BDD22: hue angle of 122.16º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDD22 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB2722134-
CMYK0.8800.850.13
HSL122.16º78.23%48.63%-
HSV(B)122.16º87.78%86.67%-
XYZ26.652.0610.16-
YUV141.6867.2346.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.57%
GREEN value IS 221 (86.72% from 255) = 78.37%
BLUE value IS 34 (13.67% from 255) = 12.06%
R=9.57%
G=78.37%
B=12.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal27221340.8800.850.13122.1678.2348.63
Hex1BDD2258055D7a4e31
Octal333354213001251517211661
Binary1101111011101100010101100001010101110111110101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BDD22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,221,34); }

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

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

 a { background-color: rgb(27,221,34); }

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

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

 span { border-color: rgb(27,221,34); }

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