Html Css Color HEX #31DC3E Lime Green

📋 copy color: '#31DC3E'

red 49 ◦ green 220 ◦ blue 62

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

Shades of Lime Green #31DC3E

Tints of Lime Green #31DC3E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 66.47%

 BLUE value IS 62 (24.61% from 255) = 18.73%

R = 14.8%
G = 66.47%
B = 18.73%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#31DC3E (or 0x31DC3E) is known color: Lime Green. HEX triplet: 31, DC and 3E. RGB value is (49,220,62). Sum of RGB (Red+Green+Blue) = 49+220+62=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 220 (86.33% from 255 or 66.47% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DC3E is #CE23C1. Grayscale: #979797. Windows color (decimal): -13509570 or 4119601. OLE color: 4119601.

HSL color Cylindrical-coordinate representation of color #31DC3E: hue angle of 124.56º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DC3E is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 220 62 -
CMYK 0.78 0 0.72 0.14
HSL 124.56º 0.71% 0.53% -
HSV(B) 124.56º 0.78% 0.86% -
XYZ 27.73 52.19 13.17 -
YUV 150.86 77.85 55.35 -
System Red Green Blue C M Y K H S L
Decimal 49 220 62 0.78 0 0.72 0.14 124.56 0.71 0.53
Hex 31 DC 3E 4E 0 48 E 7D 47 35
Octal 61 334 76 116 0 110 16 175 107 65
Binary 110001 11011100 111110 1001110 0 1001000 1110 1111101 1000111 110101

Color Harmonies of #31DC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DC3E

Black with #31DC3E

Text Example


Text Example

White with #31DC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,220,62); }

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

background-color css

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

 a { background-color: rgb(49,220,62); }

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

border-color css

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

 span { border-color: rgb(49,220,62); }

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