#22BF2F

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

Shades of Lime Green #22BF2F

Tints of Lime Green #22BF2F

Color information

#22BF2F (or 0x22BF2F) is unknown color: approx Lime Green. HEX triplet: 22, BF and 2F. RGB value is (34,191,47). Sum of RGB (Red+Green+Blue) = 34+191+47=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 191 (75% from 255 or 70.22% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 191 - color contains mainly: green. Hex color #22BF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BF2F is #DD40D0. Grayscale: #808080. Windows color (decimal): -14500049 or 3129122. OLE color: 3129122.

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

Color convert

RGB3419147-
CMYK0.8200.750.25
HSL124.97º69.78%44.12%-
HSV(B)124.97º82.2%74.9%-
XYZ19.837.818.94-
YUV127.6482.4961.21-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.5%
GREEN value IS 191 (75% from 255) = 70.22%
BLUE value IS 47 (18.75% from 255) = 17.28%
R=12.5%
G=70.22%
B=17.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal34191470.8200.750.25124.9769.7844.12
Hex22BF2F5204B197d462c
Octal422775712201133117510654
Binary100010101111111011111010010010010111100111111011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BF2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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