Html Css Color HEX #22DB2A Lime Green

📋 copy color: '#22DB2A'

red 34 ◦ green 219 ◦ blue 42

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

Shades of Lime Green #22DB2A

Tints of Lime Green #22DB2A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 74.24%

 BLUE value IS 42 (16.8% from 255) = 14.24%

R = 11.53%
G = 74.24%
B = 14.24%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#22DB2A (or 0x22DB2A) is known color: Lime Green. HEX triplet: 22, DB and 2A. RGB value is (34,219,42). Sum of RGB (Red+Green+Blue) = 34+219+42=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 219 (85.94% from 255 or 74.24% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 219 - color contains mainly: green. Hex color #22DB2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22DB2A is #DD24D5. Grayscale: #909090. Windows color (decimal): -14492886 or 2808610. OLE color: 2808610.

HSL color Cylindrical-coordinate representation of color #22DB2A: hue angle of 122.59º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22DB2A is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 219 42 -
CMYK 0.84 0 0.81 0.14
HSL 122.59º 0.73% 0.5% -
HSV(B) 122.59º 0.84% 0.86% -
XYZ 26.41 51.17 10.68 -
YUV 143.51 70.71 49.89 -
System Red Green Blue C M Y K H S L
Decimal 34 219 42 0.84 0 0.81 0.14 122.59 0.73 0.5
Hex 22 DB 2A 54 0 51 E 7B 49 32
Octal 42 333 52 124 0 121 16 173 111 62
Binary 100010 11011011 101010 1010100 0 1010001 1110 1111011 1001001 110010

Color Harmonies of #22DB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22DB2A

Black with #22DB2A

Text Example


Text Example

White with #22DB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,219,42); }

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

background-color css

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

 a { background-color: rgb(34,219,42); }

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

border-color css

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

 span { border-color: rgb(34,219,42); }

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