#22BF0F

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

Shades of Lime Green #22BF0F

Tints of Lime Green #22BF0F

Color information

#22BF0F (or 0x22BF0F) is unknown color: approx Lime Green. HEX triplet: 22, BF and 0F. RGB value is (34,191,15). Sum of RGB (Red+Green+Blue) = 34+191+15=240 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.17% from 240); Green value is 191 (75% from 255 or 79.58% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 191 - color contains mainly: green. Hex color #22BF0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22BF0F is #DD40F0. Grayscale: #7C7C7C. Windows color (decimal): -14500081 or 1031970. OLE color: 1031970.

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

Color convert

RGB3419115-
CMYK0.8200.920.25
HSL113.52º85.44%40.39%-
HSV(B)113.52º92.15%74.9%-
XYZ19.3837.646.7-
YUV123.9966.4963.81-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.17%
GREEN value IS 191 (75% from 255) = 79.58%
BLUE value IS 15 (6.25% from 255) = 6.25%
R=14.17%
G=79.58%
B=6.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal34191150.8200.920.25113.5285.4440.39
Hex22BFF5205C19725528
Octal422771712201343116212550
Binary1000101011111111111010010010111001100111100101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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