Html Css Color HEX #31DA28 Lime Green

📋 copy color: '#31DA28'

red 49 ◦ green 218 ◦ blue 40

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

Shades of Lime Green #31DA28

Tints of Lime Green #31DA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.03%

R = 15.96%
G = 71.01%
B = 13.03%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#31DA28 (or 0x31DA28) is known color: Lime Green. HEX triplet: 31, DA and 28. RGB value is (49,218,40). Sum of RGB (Red+Green+Blue) = 49+218+40=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 218 (85.55% from 255 or 71.01% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DA28 is #CE25D7. Grayscale: #939393. Windows color (decimal): -13510104 or 2677297. OLE color: 2677297.

HSL color Cylindrical-coordinate representation of color #31DA28: hue angle of 116.97º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31DA28 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 218 40 -
CMYK 0.78 0 0.82 0.15
HSL 116.97º 0.71% 0.51% -
HSV(B) 116.97º 0.82% 0.85% -
XYZ 26.72 50.95 10.43 -
YUV 147.18 67.51 57.97 -
System Red Green Blue C M Y K H S L
Decimal 49 218 40 0.78 0 0.82 0.15 116.97 0.71 0.51
Hex 31 DA 28 4E 0 52 F 75 47 33
Octal 61 332 50 116 0 122 17 165 107 63
Binary 110001 11011010 101000 1001110 0 1010010 1111 1110101 1000111 110011

Color Harmonies of #31DA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DA28

Black with #31DA28

Text Example


Text Example

White with #31DA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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