#22BD36

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

Shades of Lime Green #22BD36

Tints of Lime Green #22BD36

Color information

#22BD36 (or 0x22BD36) is unknown color: approx Lime Green. HEX triplet: 22, BD and 36. RGB value is (34,189,54). Sum of RGB (Red+Green+Blue) = 34+189+54=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 189 (74.22% from 255 or 68.23% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 189 - color contains mainly: green. Hex color #22BD36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BD36 is #DD42C9. Grayscale: #7F7F7F. Windows color (decimal): -14500554 or 3587362. OLE color: 3587362.

HSL color Cylindrical-coordinate representation of color #22BD36: hue angle of 127.74º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BD36 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB3418954-
CMYK0.8200.710.26
HSL127.74º69.51%43.73%-
HSV(B)127.74º82.01%74.12%-
XYZ19.52379.6-
YUV127.2686.6561.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.27%
GREEN value IS 189 (74.22% from 255) = 68.23%
BLUE value IS 54 (21.48% from 255) = 19.49%
R=12.27%
G=68.23%
B=19.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal34189540.8200.710.26127.7469.5143.73
Hex22BD36520471A80462c
Octal422756612201073220010654
Binary1000101011110111011010100100100011111010100000001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22BD36; }

 p { color: rgb(34,189,54); }

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

<style>
 a { background-color: #22BD36; }

 a { background-color: rgb(34,189,54); }

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

<style>
 span { border-color: #22BD36; }

 span { border-color: rgb(34,189,54); }

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