Html Css Color HEX #22D018 Lime Green

📋 copy color: '#22D018'

red 34 ◦ green 208 ◦ blue 24

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

Shades of Lime Green #22D018

Tints of Lime Green #22D018

RGB

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

 GREEN value IS 208 (81.64% from 255) = 78.2%

 BLUE value IS 24 (9.77% from 255) = 9.02%

R = 12.78%
G = 78.2%
B = 9.02%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#22D018 (or 0x22D018) is known color: Lime Green. HEX triplet: 22, D0 and 18. RGB value is (34,208,24). Sum of RGB (Red+Green+Blue) = 34+208+24=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 208 (81.64% from 255 or 78.20% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 208 - color contains mainly: green. Hex color #22D018 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22D018 is #DD2FE7. Grayscale: #878787. Windows color (decimal): -14495720 or 1626146. OLE color: 1626146.

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

Color convert

RGB 34 208 24 -
CMYK 0.84 0 0.88 0.18
HSL 116.74º 0.79% 0.45% -
HSV(B) 116.74º 0.88% 0.82% -
XYZ 23.38 45.52 8.42 -
YUV 135 65.35 55.96 -
System Red Green Blue C M Y K H S L
Decimal 34 208 24 0.84 0 0.88 0.18 116.74 0.79 0.45
Hex 22 D0 18 54 0 58 12 75 4F 2D
Octal 42 320 30 124 0 130 22 165 117 55
Binary 100010 11010000 11000 1010100 0 1011000 10010 1110101 1001111 101101

Color Harmonies of #22D018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22D018

Black with #22D018

Text Example


Text Example

White with #22D018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,208,24); }

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

background-color css

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

 a { background-color: rgb(34,208,24); }

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

border-color css

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

 span { border-color: rgb(34,208,24); }

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