Html Css Color HEX #31C541 Lime Green

📋 copy color: '#31C541'

red 49 ◦ green 197 ◦ blue 65

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

Shades of Lime Green #31C541

Tints of Lime Green #31C541

RGB

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

 GREEN value IS 197 (77.34% from 255) = 63.34%

 BLUE value IS 65 (25.78% from 255) = 20.9%

R = 15.76%
G = 63.34%
B = 20.9%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#31C541 (or 0x31C541) is known color: Lime Green. HEX triplet: 31, C5 and 41. RGB value is (49,197,65). Sum of RGB (Red+Green+Blue) = 49+197+65=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 197 (77.34% from 255 or 63.34% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 197 - color contains mainly: green. Hex color #31C541 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C541 is #CE3ABE. Grayscale: #8A8A8A. Windows color (decimal): -13515455 or 4310321. OLE color: 4310321.

HSL color Cylindrical-coordinate representation of color #31C541: hue angle of 126.49º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C541 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 49 197 65 -
CMYK 0.75 0 0.67 0.23
HSL 126.49º 0.6% 0.48% -
HSV(B) 126.49º 0.75% 0.77% -
XYZ 22.19 40.97 11.74 -
YUV 137.7 86.97 64.73 -
System Red Green Blue C M Y K H S L
Decimal 49 197 65 0.75 0 0.67 0.23 126.49 0.6 0.48
Hex 31 C5 41 4B 0 43 17 7E 3C 30
Octal 61 305 101 113 0 103 27 176 74 60
Binary 110001 11000101 1000001 1001011 0 1000011 10111 1111110 111100 110000

Color Harmonies of #31C541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C541

Black with #31C541

Text Example


Text Example

White with #31C541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,197,65); }

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

background-color css

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

 a { background-color: rgb(49,197,65); }

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

border-color css

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

 span { border-color: rgb(49,197,65); }

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