Html Css Color HEX #31CE13 Lime Green

📋 copy color: '#31CE13'

red 49 ◦ green 206 ◦ blue 19

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

Shades of Lime Green #31CE13

Tints of Lime Green #31CE13

RGB

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

 GREEN value IS 206 (80.86% from 255) = 75.18%

 BLUE value IS 19 (7.81% from 255) = 6.93%

R = 17.88%
G = 75.18%
B = 6.93%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#31CE13 (or 0x31CE13) is known color: Lime Green. HEX triplet: 31, CE and 13. RGB value is (49,206,19). Sum of RGB (Red+Green+Blue) = 49+206+19=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 206 (80.86% from 255 or 75.18% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 206 - color contains mainly: green. Hex color #31CE13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31CE13 is #CE31EC. Grayscale: #8A8A8A. Windows color (decimal): -13513197 or 1297969. OLE color: 1297969.

HSL color Cylindrical-coordinate representation of color #31CE13: hue angle of 110.37º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31CE13 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 206 19 -
CMYK 0.76 0 0.91 0.19
HSL 110.37º 0.83% 0.44% -
HSV(B) 110.37º 0.91% 0.81% -
XYZ 23.46 44.84 8.04 -
YUV 137.74 60.99 64.71 -
System Red Green Blue C M Y K H S L
Decimal 49 206 19 0.76 0 0.91 0.19 110.37 0.83 0.44
Hex 31 CE 13 4C 0 5B 13 6E 53 2C
Octal 61 316 23 114 0 133 23 156 123 54
Binary 110001 11001110 10011 1001100 0 1011011 10011 1101110 1010011 101100

Color Harmonies of #31CE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CE13

Black with #31CE13

Text Example


Text Example

White with #31CE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,206,19); }

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

background-color css

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

 a { background-color: rgb(49,206,19); }

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

border-color css

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

 span { border-color: rgb(49,206,19); }

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