#22C742

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

Shades of Lime Green #22C742

Tints of Lime Green #22C742

Color information

#22C742 (or 0x22C742) is unknown color: approx Lime Green. HEX triplet: 22, C7 and 42. RGB value is (34,199,66). Sum of RGB (Red+Green+Blue) = 34+199+66=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 199 (78.12% from 255 or 66.56% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 199 - color contains mainly: green. Hex color #22C742 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C742 is #DD38BD. Grayscale: #868686. Windows color (decimal): -14497982 or 4376354. OLE color: 4376354.

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

Color convert

RGB3419966-
CMYK0.8300.670.22
HSL131.64º70.82%45.69%-
HSV(B)131.64º82.91%78.04%-
XYZ22.0741.5812.02-
YUV134.589.3456.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.37%
GREEN value IS 199 (78.12% from 255) = 66.56%
BLUE value IS 66 (26.17% from 255) = 22.07%
R=11.37%
G=66.56%
B=22.07%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal34199660.8300.670.22131.6470.8245.69
Hex22C742530431684472e
Octal4230710212301032620410756
Binary10001011000111100001010100110100001110110100001001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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