#22be42

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

Shades of Lime Green #22BE42

Tints of Lime Green #22BE42

Color information

#22BE42 (or 0x22BE42) is unknown color: approx Lime Green. HEX triplet: 22, BE and 42. RGB value is (34,190,66). Sum of RGB (Red+Green+Blue) = 34+190+66=290 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.72% from 290); Green value is 190 (74.61% from 255 or 65.52% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 190 - color contains mainly: green. Hex color #22BE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BE42 is #DD41BD. Grayscale: #818181. Windows color (decimal): -14500286 or 4374050. OLE color: 4374050.

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

Color convert

RGB3419066-
CMYK0.8200.650.25
HSL132.31º69.64%43.92%-
HSV(B)132.31º82.11%74.51%-
XYZ20.0637.5611.35-
YUV129.2292.3260.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.72%
GREEN value IS 190 (74.61% from 255) = 65.52%
BLUE value IS 66 (26.17% from 255) = 22.76%
R=11.72%
G=65.52%
B=22.76%

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
Decimal34190660.8200.650.25132.3169.6443.92
Hex22BE42520411984462c
Octal4227610212201013120410654
Binary10001010111110100001010100100100000111001100001001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22be42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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