Html Css Color HEX #22DC1D Lime Green

📋 copy color: '#22DC1D'

red 34 ◦ green 220 ◦ blue 29

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

Shades of Lime Green #22DC1D

Tints of Lime Green #22DC1D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 77.74%

 BLUE value IS 29 (11.72% from 255) = 10.25%

R = 12.01%
G = 77.74%
B = 10.25%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#22DC1D (or 0x22DC1D) is known color: Lime Green. HEX triplet: 22, DC and 1D. RGB value is (34,220,29). Sum of RGB (Red+Green+Blue) = 34+220+29=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 220 (86.33% from 255 or 77.74% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 220 - color contains mainly: green. Hex color #22DC1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22DC1D is #DD23E2. Grayscale: #8F8F8F. Windows color (decimal): -14492643 or 1956898. OLE color: 1956898.

HSL color Cylindrical-coordinate representation of color #22DC1D: hue angle of 118.43º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #22DC1D is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 220 29 -
CMYK 0.85 0 0.87 0.14
HSL 118.43º 0.77% 0.49% -
HSV(B) 118.43º 0.87% 0.86% -
XYZ 26.47 51.62 9.73 -
YUV 142.61 63.88 50.53 -
System Red Green Blue C M Y K H S L
Decimal 34 220 29 0.85 0 0.87 0.14 118.43 0.77 0.49
Hex 22 DC 1D 55 0 57 E 76 4D 31
Octal 42 334 35 125 0 127 16 166 115 61
Binary 100010 11011100 11101 1010101 0 1010111 1110 1110110 1001101 110001

Color Harmonies of #22DC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22DC1D

Black with #22DC1D

Text Example


Text Example

White with #22DC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,220,29); }

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

background-color css

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

 a { background-color: rgb(34,220,29); }

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

border-color css

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

 span { border-color: rgb(34,220,29); }

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