#22CA46

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

Shades of Lime Green #22CA46

Tints of Lime Green #22CA46

Color information

#22CA46 (or 0x22CA46) is unknown color: approx Lime Green. HEX triplet: 22, CA and 46. RGB value is (34,202,70). Sum of RGB (Red+Green+Blue) = 34+202+70=306 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.11% from 306); Green value is 202 (79.30% from 255 or 66.01% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 202 - color contains mainly: green. Hex color #22CA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22CA46 is #DD35B9. Grayscale: #898989. Windows color (decimal): -14497210 or 4639266. OLE color: 4639266.

HSL color Cylindrical-coordinate representation of color #22CA46: hue angle of 132.86º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CA46 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB3420270-
CMYK0.8300.650.21
HSL132.86º71.19%46.27%-
HSV(B)132.86º83.17%79.22%-
XYZ22.8943.0212.89-
YUV136.7290.3454.73-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.11%
GREEN value IS 202 (79.30% from 255) = 66.01%
BLUE value IS 70 (27.73% from 255) = 22.88%
R=11.11%
G=66.01%
B=22.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal34202700.8300.650.21132.8671.1946.27
Hex22CA46530411585472e
Octal4231210612301012520510756
Binary10001011001010100011010100110100000110101100001011000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22CA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,202,70); }

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

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

 a { background-color: rgb(34,202,70); }

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

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

 span { border-color: rgb(34,202,70); }

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