#22C61C

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

Shades of Lime Green #22C61C

Tints of Lime Green #22C61C

Color information

#22C61C (or 0x22C61C) is unknown color: approx Lime Green. HEX triplet: 22, C6 and 1C. RGB value is (34,198,28). Sum of RGB (Red+Green+Blue) = 34+198+28=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 198 (77.73% from 255 or 76.15% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 198 - color contains mainly: green. Hex color #22C61C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C61C is #DD39E3. Grayscale: #828282. Windows color (decimal): -14498276 or 1885730. OLE color: 1885730.

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

Color convert

RGB3419828-
CMYK0.8300.860.22
HSL117.88º75.22%44.31%-
HSV(B)117.88º85.86%77.65%-
XYZ21.0640.817.87-
YUV129.5870.6759.82-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.08%
GREEN value IS 198 (77.73% from 255) = 76.15%
BLUE value IS 28 (11.33% from 255) = 10.77%
R=13.08%
G=76.15%
B=10.77%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal34198280.8300.860.22117.8875.2244.31
Hex22C61C5305616764b2c
Octal423063412301262616611354
Binary10001011000110111001010011010101101011011101101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C61C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,198,28); }

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

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

 a { background-color: rgb(34,198,28); }

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

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

 span { border-color: rgb(34,198,28); }

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