Html Css Color HEX #31DA1E Lime Green

📋 copy color: '#31DA1E'

red 49 ◦ green 218 ◦ blue 30

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

Shades of Lime Green #31DA1E

Tints of Lime Green #31DA1E

RGB

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

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

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

R = 16.5%
G = 73.4%
B = 10.1%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#31DA1E (or 0x31DA1E) is known color: Lime Green. HEX triplet: 31, DA and 1E. RGB value is (49,218,30). Sum of RGB (Red+Green+Blue) = 49+218+30=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 218 (85.55% from 255 or 73.40% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DA1E is #CE25E1. Grayscale: #929292. Windows color (decimal): -13510114 or 2021937. OLE color: 2021937.

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

Color convert

RGB 49 218 30 -
CMYK 0.78 0 0.86 0.15
HSL 113.94º 0.76% 0.49% -
HSV(B) 113.94º 0.86% 0.85% -
XYZ 26.57 50.89 9.65 -
YUV 146.04 62.51 58.79 -
System Red Green Blue C M Y K H S L
Decimal 49 218 30 0.78 0 0.86 0.15 113.94 0.76 0.49
Hex 31 DA 1E 4E 0 56 F 72 4C 31
Octal 61 332 36 116 0 126 17 162 114 61
Binary 110001 11011010 11110 1001110 0 1010110 1111 1110010 1001100 110001

Color Harmonies of #31DA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DA1E

Black with #31DA1E

Text Example


Text Example

White with #31DA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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