Html Css Color HEX #22C916 Lime Green

📋 copy color: '#22C916'

red 34 ◦ green 201 ◦ blue 22

#22C916
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #22C916

Tints of Lime Green #22C916

RGB

 RED value IS 34 (13.67% from 255) = 13.23%

 GREEN value IS 201 (78.91% from 255) = 78.21%

 BLUE value IS 22 (8.98% from 255) = 8.56%

R = 13.23%
G = 78.21%
B = 8.56%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#22C916 (or 0x22C916) is known color: Lime Green. HEX triplet: 22, C9 and 16. RGB value is (34,201,22). Sum of RGB (Red+Green+Blue) = 34+201+22=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 201 (78.91% from 255 or 78.21% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 201 - color contains mainly: green. Hex color #22C916 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C916 is #DD36E9. Grayscale: #838383. Windows color (decimal): -14497514 or 1493282. OLE color: 1493282.

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

Color convert

RGB 34 201 22 -
CMYK 0.83 0 0.89 0.21
HSL 115.98º 0.8% 0.44% -
HSV(B) 115.98º 0.89% 0.79% -
XYZ 21.69 42.17 7.76 -
YUV 130.66 66.67 59.05 -
System Red Green Blue C M Y K H S L
Decimal 34 201 22 0.83 0 0.89 0.21 115.98 0.8 0.44
Hex 22 C9 16 53 0 59 15 74 50 2C
Octal 42 311 26 123 0 131 25 164 120 54
Binary 100010 11001001 10110 1010011 0 1011001 10101 1110100 1010000 101100

Color Harmonies of #22C916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22C916

Black with #22C916

Text Example


Text Example

White with #22C916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,201,22); }

 H1.HeaderClassName
 {
   color: #22C916;
 }
 .AnyTagClassName
 {
   color: #22C916;
 }
</style>

background-color css

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

 a { background-color: rgb(34,201,22); }

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

border-color css

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

 span { border-color: rgb(34,201,22); }

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