Html Css Color HEX #31D21E Lime Green

📋 copy color: '#31D21E'

red 49 ◦ green 210 ◦ blue 30

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

Shades of Lime Green #31D21E

Tints of Lime Green #31D21E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 72.66%

 BLUE value IS 30 (12.11% from 255) = 10.38%

R = 16.96%
G = 72.66%
B = 10.38%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#31D21E (or 0x31D21E) is known color: Lime Green. HEX triplet: 31, D2 and 1E. RGB value is (49,210,30). Sum of RGB (Red+Green+Blue) = 49+210+30=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 210 (82.42% from 255 or 72.66% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 210 - color contains mainly: green. Hex color #31D21E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D21E is #CE2DE1. Grayscale: #8D8D8D. Windows color (decimal): -13512162 or 2019889. OLE color: 2019889.

HSL color Cylindrical-coordinate representation of color #31D21E: hue angle of 113.67º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31D21E is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 210 30 -
CMYK 0.77 0 0.86 0.18
HSL 113.67º 0.75% 0.47% -
HSV(B) 113.67º 0.86% 0.82% -
XYZ 24.55 46.84 8.98 -
YUV 141.34 65.16 62.14 -
System Red Green Blue C M Y K H S L
Decimal 49 210 30 0.77 0 0.86 0.18 113.67 0.75 0.47
Hex 31 D2 1E 4D 0 56 12 72 4B 2F
Octal 61 322 36 115 0 126 22 162 113 57
Binary 110001 11010010 11110 1001101 0 1010110 10010 1110010 1001011 101111

Color Harmonies of #31D21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D21E

Black with #31D21E

Text Example


Text Example

White with #31D21E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,210,30); }

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

background-color css

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

 a { background-color: rgb(49,210,30); }

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

border-color css

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

 span { border-color: rgb(49,210,30); }

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