Html Css Color HEX #31C13B Lime Green

📋 copy color: '#31C13B'

red 49 ◦ green 193 ◦ blue 59

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

Shades of Lime Green #31C13B

Tints of Lime Green #31C13B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 64.12%

 BLUE value IS 59 (23.44% from 255) = 19.6%

R = 16.28%
G = 64.12%
B = 19.6%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#31C13B (or 0x31C13B) is known color: Lime Green. HEX triplet: 31, C1 and 3B. RGB value is (49,193,59). Sum of RGB (Red+Green+Blue) = 49+193+59=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 193 (75.78% from 255 or 64.12% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 193 - color contains mainly: green. Hex color #31C13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C13B is #CE3EC4. Grayscale: #878787. Windows color (decimal): -13516485 or 3916081. OLE color: 3916081.

HSL color Cylindrical-coordinate representation of color #31C13B: hue angle of 124.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C13B is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 193 59 -
CMYK 0.75 0 0.69 0.24
HSL 124.17º 0.6% 0.47% -
HSV(B) 124.17º 0.75% 0.76% -
XYZ 21.13 39.11 10.57 -
YUV 134.67 85.29 66.9 -
System Red Green Blue C M Y K H S L
Decimal 49 193 59 0.75 0 0.69 0.24 124.17 0.6 0.47
Hex 31 C1 3B 4B 0 45 18 7C 3C 2F
Octal 61 301 73 113 0 105 30 174 74 57
Binary 110001 11000001 111011 1001011 0 1000101 11000 1111100 111100 101111

Color Harmonies of #31C13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C13B

Black with #31C13B

Text Example


Text Example

White with #31C13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,193,59); }

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

background-color css

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

 a { background-color: rgb(49,193,59); }

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

border-color css

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

 span { border-color: rgb(49,193,59); }

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