Html Css Color HEX #31DA22 Lime Green

📋 copy color: '#31DA22'

red 49 ◦ green 218 ◦ blue 34

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

Shades of Lime Green #31DA22

Tints of Lime Green #31DA22

RGB

 RED value IS 49 (19.53% from 255) = 16.28%

 GREEN value IS 218 (85.55% from 255) = 72.43%

 BLUE value IS 34 (13.67% from 255) = 11.3%

R = 16.28%
G = 72.43%
B = 11.3%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#31DA22 (or 0x31DA22) is known color: Lime Green. HEX triplet: 31, DA and 22. RGB value is (49,218,34). Sum of RGB (Red+Green+Blue) = 49+218+34=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 218 (85.55% from 255 or 72.43% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DA22 is #CE25DD. Grayscale: #939393. Windows color (decimal): -13510110 or 2284081. OLE color: 2284081.

HSL color Cylindrical-coordinate representation of color #31DA22: hue angle of 115.11º 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 #31DA22 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 218 34 -
CMYK 0.78 0 0.84 0.15
HSL 115.11º 0.73% 0.49% -
HSV(B) 115.11º 0.84% 0.85% -
XYZ 26.63 50.91 9.94 -
YUV 146.49 64.51 58.46 -
System Red Green Blue C M Y K H S L
Decimal 49 218 34 0.78 0 0.84 0.15 115.11 0.73 0.49
Hex 31 DA 22 4E 0 54 F 73 49 31
Octal 61 332 42 116 0 124 17 163 111 61
Binary 110001 11011010 100010 1001110 0 1010100 1111 1110011 1001001 110001

Color Harmonies of #31DA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DA22

Black with #31DA22

Text Example


Text Example

White with #31DA22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31DA22; }

 p { color: rgb(49,218,34); }

 H1.HeaderClassName
 {
   color: #31DA22;
 }
 .AnyTagClassName
 {
   color: #31DA22;
 }
</style>

background-color css

<style>
 a { background-color: #31DA22; }

 a { background-color: rgb(49,218,34); }

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

border-color css

<style>
 span { border-color: #31DA22; }

 span { border-color: rgb(49,218,34); }

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