Html Css Color HEX #22D810 Lime Green

📋 copy color: '#22D810'

red 34 ◦ green 216 ◦ blue 16

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

Shades of Lime Green #22D810

Tints of Lime Green #22D810

RGB

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

 GREEN value IS 216 (84.77% from 255) = 81.2%

 BLUE value IS 16 (6.64% from 255) = 6.02%

R = 12.78%
G = 81.2%
B = 6.02%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#22D810 (or 0x22D810) is known color: Lime Green. HEX triplet: 22, D8 and 10. RGB value is (34,216,16). Sum of RGB (Red+Green+Blue) = 34+216+16=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 216 (84.77% from 255 or 81.20% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 216 - color contains mainly: green. Hex color #22D810 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22D810 is #DD27EF. Grayscale: #8B8B8B. Windows color (decimal): -14493680 or 1103906. OLE color: 1103906.

HSL color Cylindrical-coordinate representation of color #22D810: hue angle of 114.6º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #22D810 is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 34 216 16 -
CMYK 0.84 0 0.93 0.15
HSL 114.6º 0.86% 0.45% -
HSV(B) 114.6º 0.93% 0.85% -
XYZ 25.31 49.49 8.71 -
YUV 138.78 58.7 53.26 -
System Red Green Blue C M Y K H S L
Decimal 34 216 16 0.84 0 0.93 0.15 114.6 0.86 0.45
Hex 22 D8 10 54 0 5D F 73 56 2D
Octal 42 330 20 124 0 135 17 163 126 55
Binary 100010 11011000 10000 1010100 0 1011101 1111 1110011 1010110 101101

Color Harmonies of #22D810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22D810

Black with #22D810

Text Example


Text Example

White with #22D810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,216,16); }

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

background-color css

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

 a { background-color: rgb(34,216,16); }

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

border-color css

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

 span { border-color: rgb(34,216,16); }

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