#22C52F

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

Shades of Lime Green #22C52F

Tints of Lime Green #22C52F

Color information

#22C52F (or 0x22C52F) is unknown color: approx Lime Green. HEX triplet: 22, C5 and 2F. RGB value is (34,197,47). Sum of RGB (Red+Green+Blue) = 34+197+47=278 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.23% from 278); Green value is 197 (77.34% from 255 or 70.86% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 197 - color contains mainly: green. Hex color #22C52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C52F is #DD3AD0. Grayscale: #838383. Windows color (decimal): -14498513 or 3130658. OLE color: 3130658.

HSL color Cylindrical-coordinate representation of color #22C52F: hue angle of 124.79º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C52F is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB3419747-
CMYK0.8300.760.23
HSL124.79º70.56%45.29%-
HSV(B)124.79º82.74%77.25%-
XYZ21.1440.489.39-
YUV131.1680.558.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.23%
GREEN value IS 197 (77.34% from 255) = 70.86%
BLUE value IS 47 (18.75% from 255) = 16.91%
R=12.23%
G=70.86%
B=16.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal34197470.8300.760.23124.7970.5645.29
Hex22C52F5304C177d472d
Octal423055712301142717510755
Binary100010110001011011111010011010011001011111111011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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