Html Css Color HEX #31C04E Lime Green

📋 copy color: '#31C04E'

red 49 ◦ green 192 ◦ blue 78

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

Shades of Lime Green #31C04E

Tints of Lime Green #31C04E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.19%

 BLUE value IS 78 (30.86% from 255) = 24.45%

R = 15.36%
G = 60.19%
B = 24.45%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#31C04E (or 0x31C04E) is known color: Lime Green. HEX triplet: 31, C0 and 4E. RGB value is (49,192,78). Sum of RGB (Red+Green+Blue) = 49+192+78=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #31C04E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C04E is #CE3FB1. Grayscale: #888888. Windows color (decimal): -13516722 or 5161009. OLE color: 5161009.

HSL color Cylindrical-coordinate representation of color #31C04E: hue angle of 132.17º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31C04E is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 192 78 -
CMYK 0.74 0 0.59 0.25
HSL 132.17º 0.59% 0.47% -
HSV(B) 132.17º 0.74% 0.75% -
XYZ 21.49 38.9 13.58 -
YUV 136.25 95.12 65.77 -
System Red Green Blue C M Y K H S L
Decimal 49 192 78 0.74 0 0.59 0.25 132.17 0.59 0.47
Hex 31 C0 4E 4A 0 3B 19 84 3B 2F
Octal 61 300 116 112 0 73 31 204 73 57
Binary 110001 11000000 1001110 1001010 0 111011 11001 10000100 111011 101111

Color Harmonies of #31C04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C04E

Black with #31C04E

Text Example


Text Example

White with #31C04E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,192,78); }

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

background-color css

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

 a { background-color: rgb(49,192,78); }

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

border-color css

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

 span { border-color: rgb(49,192,78); }

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