Html Css Color HEX #31C140 Lime Green

📋 copy color: '#31C140'

red 49 ◦ green 193 ◦ blue 64

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

Shades of Lime Green #31C140

Tints of Lime Green #31C140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.92%

R = 16.01%
G = 63.07%
B = 20.92%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#31C140 (or 0x31C140) is known color: Lime Green. HEX triplet: 31, C1 and 40. RGB value is (49,193,64). Sum of RGB (Red+Green+Blue) = 49+193+64=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 193 (75.78% from 255 or 63.07% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 193 - color contains mainly: green. Hex color #31C140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C140 is #CE3EBF. Grayscale: #878787. Windows color (decimal): -13516480 or 4243761. OLE color: 4243761.

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

Color convert

RGB 49 193 64 -
CMYK 0.75 0 0.67 0.24
HSL 126.25º 0.6% 0.47% -
HSV(B) 126.25º 0.75% 0.76% -
XYZ 21.26 39.16 11.29 -
YUV 135.24 87.79 66.49 -
System Red Green Blue C M Y K H S L
Decimal 49 193 64 0.75 0 0.67 0.24 126.25 0.6 0.47
Hex 31 C1 40 4B 0 43 18 7E 3C 2F
Octal 61 301 100 113 0 103 30 176 74 57
Binary 110001 11000001 1000000 1001011 0 1000011 11000 1111110 111100 101111

Color Harmonies of #31C140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C140

Black with #31C140

Text Example


Text Example

White with #31C140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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