#22BD0F

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

Shades of Lime Green #22BD0F

Tints of Lime Green #22BD0F

Color information

#22BD0F (or 0x22BD0F) is unknown color: approx Lime Green. HEX triplet: 22, BD and 0F. RGB value is (34,189,15). Sum of RGB (Red+Green+Blue) = 34+189+15=238 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.29% from 238); Green value is 189 (74.22% from 255 or 79.41% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 189 - color contains mainly: green. Hex color #22BD0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22BD0F is #DD42F0. Grayscale: #7B7B7B. Windows color (decimal): -14500593 or 1031458. OLE color: 1031458.

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

Color convert

RGB3418915-
CMYK0.8200.920.26
HSL113.45º85.29%40%-
HSV(B)113.45º92.06%74.12%-
XYZ18.9436.776.55-
YUV122.8267.1564.65-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.29%
GREEN value IS 189 (74.22% from 255) = 79.41%
BLUE value IS 15 (6.25% from 255) = 6.30%
R=14.29%
G=79.41%
B=6.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal34189150.8200.920.26113.4585.2940
Hex22BDF5205C1A715528
Octal422751712201343216112550
Binary1000101011110111111010010010111001101011100011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BD0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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