Html Css Color HEX #31C14C Lime Green

📋 copy color: '#31C14C'

red 49 ◦ green 193 ◦ blue 76

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

Shades of Lime Green #31C14C

Tints of Lime Green #31C14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.9%

R = 15.41%
G = 60.69%
B = 23.9%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#31C14C (or 0x31C14C) is known color: Lime Green. HEX triplet: 31, C1 and 4C. RGB value is (49,193,76). Sum of RGB (Red+Green+Blue) = 49+193+76=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 193 (75.78% from 255 or 60.69% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 193 - color contains mainly: green. Hex color #31C14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C14C is #CE3EB3. Grayscale: #888888. Windows color (decimal): -13516468 or 5030193. OLE color: 5030193.

HSL color Cylindrical-coordinate representation of color #31C14C: hue angle of 131.25º 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 #31C14C is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 193 76 -
CMYK 0.75 0 0.61 0.24
HSL 131.25º 0.6% 0.47% -
HSV(B) 131.25º 0.75% 0.76% -
XYZ 21.64 39.31 13.29 -
YUV 136.61 93.79 65.51 -
System Red Green Blue C M Y K H S L
Decimal 49 193 76 0.75 0 0.61 0.24 131.25 0.6 0.47
Hex 31 C1 4C 4B 0 3D 18 83 3C 2F
Octal 61 301 114 113 0 75 30 203 74 57
Binary 110001 11000001 1001100 1001011 0 111101 11000 10000011 111100 101111

Color Harmonies of #31C14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C14C

Black with #31C14C

Text Example


Text Example

White with #31C14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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