#22C530

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

Shades of Lime Green #22C530

Tints of Lime Green #22C530

Color information

#22C530 (or 0x22C530) is unknown color: approx Lime Green. HEX triplet: 22, C5 and 30. RGB value is (34,197,48). Sum of RGB (Red+Green+Blue) = 34+197+48=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 197 (77.34% from 255 or 70.61% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 197 - color contains mainly: green. Hex color #22C530 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C530 is #DD3ACF. Grayscale: #838383. Windows color (decimal): -14498512 or 3196194. OLE color: 3196194.

HSL color Cylindrical-coordinate representation of color #22C530: hue angle of 125.15º 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 #22C530 is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB3419748-
CMYK0.8300.760.23
HSL125.15º70.56%45.29%-
HSV(B)125.15º82.74%77.25%-
XYZ21.1640.499.5-
YUV131.288158.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.19%
GREEN value IS 197 (77.34% from 255) = 70.61%
BLUE value IS 48 (19.14% from 255) = 17.20%
R=12.19%
G=70.61%
B=17.20%

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
Decimal34197480.8300.760.23125.1570.5645.29
Hex22C5305304C177d472d
Octal423056012301142717510755
Binary100010110001011100001010011010011001011111111011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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