Html Css Color HEX #22D80E Lime Green

📋 copy color: '#22D80E'

red 34 ◦ green 216 ◦ blue 14

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

Shades of Lime Green #22D80E

Tints of Lime Green #22D80E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.3%

R = 12.88%
G = 81.82%
B = 5.3%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#22D80E (or 0x22D80E) is known color: Lime Green. HEX triplet: 22, D8 and 0E. RGB value is (34,216,14). Sum of RGB (Red+Green+Blue) = 34+216+14=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 216 (84.77% from 255 or 81.82% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 216 - color contains mainly: green. Hex color #22D80E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22D80E is #DD27F1. Grayscale: #8B8B8B. Windows color (decimal): -14493682 or 972834. OLE color: 972834.

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

Color convert

RGB 34 216 14 -
CMYK 0.84 0 0.94 0.15
HSL 114.06º 0.88% 0.45% -
HSV(B) 114.06º 0.94% 0.85% -
XYZ 25.29 49.48 8.63 -
YUV 138.55 57.7 53.43 -
System Red Green Blue C M Y K H S L
Decimal 34 216 14 0.84 0 0.94 0.15 114.06 0.88 0.45
Hex 22 D8 E 54 0 5E F 72 58 2D
Octal 42 330 16 124 0 136 17 162 130 55
Binary 100010 11011000 1110 1010100 0 1011110 1111 1110010 1011000 101101

Color Harmonies of #22D80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22D80E

Black with #22D80E

Text Example


Text Example

White with #22D80E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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