#22BF42

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

Shades of Lime Green #22BF42

Tints of Lime Green #22BF42

Color information

#22BF42 (or 0x22BF42) is unknown color: approx Lime Green. HEX triplet: 22, BF and 42. RGB value is (34,191,66). Sum of RGB (Red+Green+Blue) = 34+191+66=291 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.68% from 291); Green value is 191 (75% from 255 or 65.64% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 191 - color contains mainly: green. Hex color #22BF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BF42 is #DD40BD. Grayscale: #828282. Windows color (decimal): -14500030 or 4374306. OLE color: 4374306.

HSL color Cylindrical-coordinate representation of color #22BF42: hue angle of 132.23º 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 #22BF42 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB3419166-
CMYK0.8200.650.25
HSL132.23º69.78%44.12%-
HSV(B)132.23º82.2%74.9%-
XYZ20.273811.42-
YUV129.8191.9959.66-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.68%
GREEN value IS 191 (75% from 255) = 65.64%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=11.68%
G=65.64%
B=22.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal34191660.8200.650.25132.2369.7844.12
Hex22BF42520411984462c
Octal4227710212201013120410654
Binary10001010111111100001010100100100000111001100001001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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