Html Css Color HEX #22D942 Lime Green

📋 copy color: '#22D942'

red 34 ◦ green 217 ◦ blue 66

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

Shades of Lime Green #22D942

Tints of Lime Green #22D942

RGB

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

 GREEN value IS 217 (85.16% from 255) = 68.45%

 BLUE value IS 66 (26.17% from 255) = 20.82%

R = 10.73%
G = 68.45%
B = 20.82%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#22D942 (or 0x22D942) is known color: Lime Green. HEX triplet: 22, D9 and 42. RGB value is (34,217,66). Sum of RGB (Red+Green+Blue) = 34+217+66=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 217 (85.16% from 255 or 68.45% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 217 - color contains mainly: green. Hex color #22D942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D942 is #DD26BD. Grayscale: #919191. Windows color (decimal): -14493374 or 4380962. OLE color: 4380962.

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

Color convert

RGB 34 217 66 -
CMYK 0.84 0 0.70 0.15
HSL 130.49º 0.73% 0.49% -
HSV(B) 130.49º 0.84% 0.85% -
XYZ 26.46 50.36 13.48 -
YUV 145.07 83.37 48.78 -
System Red Green Blue C M Y K H S L
Decimal 34 217 66 0.84 0 0.70 0.15 130.49 0.73 0.49
Hex 22 D9 42 54 0 46 F 82 49 31
Octal 42 331 102 124 0 106 17 202 111 61
Binary 100010 11011001 1000010 1010100 0 1000110 1111 10000010 1001001 110001

Color Harmonies of #22D942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22D942

Black with #22D942

Text Example


Text Example

White with #22D942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,217,66); }

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

background-color css

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

 a { background-color: rgb(34,217,66); }

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

border-color css

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

 span { border-color: rgb(34,217,66); }

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