Html Css Color HEX #22D01C Lime Green

📋 copy color: '#22D01C'

red 34 ◦ green 208 ◦ blue 28

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

Shades of Lime Green #22D01C

Tints of Lime Green #22D01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.37%

R = 12.59%
G = 77.04%
B = 10.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#22D01C (or 0x22D01C) is known color: Lime Green. HEX triplet: 22, D0 and 1C. RGB value is (34,208,28). Sum of RGB (Red+Green+Blue) = 34+208+28=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 208 (81.64% from 255 or 77.04% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 208 - color contains mainly: green. Hex color #22D01C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D01C is #DD2FE3. Grayscale: #888888. Windows color (decimal): -14495716 or 1888290. OLE color: 1888290.

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

Color convert

RGB 34 208 28 -
CMYK 0.84 0 0.87 0.18
HSL 118º 0.76% 0.46% -
HSV(B) 118º 0.87% 0.82% -
XYZ 23.43 45.54 8.65 -
YUV 135.45 67.35 55.64 -
System Red Green Blue C M Y K H S L
Decimal 34 208 28 0.84 0 0.87 0.18 118 0.76 0.46
Hex 22 D0 1C 54 0 57 12 76 4C 2E
Octal 42 320 34 124 0 127 22 166 114 56
Binary 100010 11010000 11100 1010100 0 1010111 10010 1110110 1001100 101110

Color Harmonies of #22D01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22D01C

Black with #22D01C

Text Example


Text Example

White with #22D01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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