Html Css Color HEX #22D642 Lime Green

📋 copy color: '#22D642'

red 34 ◦ green 214 ◦ blue 66

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

Shades of Lime Green #22D642

Tints of Lime Green #22D642

RGB

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

 GREEN value IS 214 (83.98% from 255) = 68.15%

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

R = 10.83%
G = 68.15%
B = 21.02%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#22D642 (or 0x22D642) is known color: Lime Green. HEX triplet: 22, D6 and 42. RGB value is (34,214,66). Sum of RGB (Red+Green+Blue) = 34+214+66=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 214 (83.98% from 255 or 68.15% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 214 - color contains mainly: green. Hex color #22D642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D642 is #DD29BD. Grayscale: #8F8F8F. Windows color (decimal): -14494142 or 4380194. OLE color: 4380194.

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

Color convert

RGB 34 214 66 -
CMYK 0.84 0 0.69 0.16
HSL 130.67º 0.73% 0.49% -
HSV(B) 130.67º 0.84% 0.84% -
XYZ 25.69 48.83 13.22 -
YUV 143.31 84.37 50.03 -
System Red Green Blue C M Y K H S L
Decimal 34 214 66 0.84 0 0.69 0.16 130.67 0.73 0.49
Hex 22 D6 42 54 0 45 10 83 49 31
Octal 42 326 102 124 0 105 20 203 111 61
Binary 100010 11010110 1000010 1010100 0 1000101 10000 10000011 1001001 110001

Color Harmonies of #22D642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22D642

Black with #22D642

Text Example


Text Example

White with #22D642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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