Html Css Color HEX #22DB1F Lime Green

📋 copy color: '#22DB1F'

red 34 ◦ green 219 ◦ blue 31

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

Shades of Lime Green #22DB1F

Tints of Lime Green #22DB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.92%

R = 11.97%
G = 77.11%
B = 10.92%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#22DB1F (or 0x22DB1F) is known color: Lime Green. HEX triplet: 22, DB and 1F. RGB value is (34,219,31). Sum of RGB (Red+Green+Blue) = 34+219+31=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 219 (85.94% from 255 or 77.11% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 219 - color contains mainly: green. Hex color #22DB1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22DB1F is #DD24E0. Grayscale: #8E8E8E. Windows color (decimal): -14492897 or 2087714. OLE color: 2087714.

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

Color convert

RGB 34 219 31 -
CMYK 0.84 0 0.86 0.14
HSL 119.04º 0.75% 0.49% -
HSV(B) 119.04º 0.86% 0.86% -
XYZ 26.24 51.1 9.78 -
YUV 142.25 65.21 50.79 -
System Red Green Blue C M Y K H S L
Decimal 34 219 31 0.84 0 0.86 0.14 119.04 0.75 0.49
Hex 22 DB 1F 54 0 56 E 77 4B 31
Octal 42 333 37 124 0 126 16 167 113 61
Binary 100010 11011011 11111 1010100 0 1010110 1110 1110111 1001011 110001

Color Harmonies of #22DB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22DB1F

Black with #22DB1F

Text Example


Text Example

White with #22DB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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