Html Css Color HEX #31C341 Lime Green

📋 copy color: '#31C341'

red 49 ◦ green 195 ◦ blue 65

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

Shades of Lime Green #31C341

Tints of Lime Green #31C341

RGB

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

 GREEN value IS 195 (76.56% from 255) = 63.11%

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

R = 15.86%
G = 63.11%
B = 21.04%

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

#31C341 (or 0x31C341) is known color: Lime Green. HEX triplet: 31, C3 and 41. RGB value is (49,195,65). Sum of RGB (Red+Green+Blue) = 49+195+65=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 195 (76.56% from 255 or 63.11% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 195 - color contains mainly: green. Hex color #31C341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C341 is #CE3CBE. Grayscale: #888888. Windows color (decimal): -13515967 or 4309809. OLE color: 4309809.

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

Color convert

RGB 49 195 65 -
CMYK 0.75 0 0.67 0.24
HSL 126.58º 0.6% 0.48% -
HSV(B) 126.58º 0.75% 0.76% -
XYZ 21.74 40.06 11.59 -
YUV 136.53 87.63 65.57 -
System Red Green Blue C M Y K H S L
Decimal 49 195 65 0.75 0 0.67 0.24 126.58 0.6 0.48
Hex 31 C3 41 4B 0 43 18 7F 3C 30
Octal 61 303 101 113 0 103 30 177 74 60
Binary 110001 11000011 1000001 1001011 0 1000011 11000 1111111 111100 110000

Color Harmonies of #31C341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C341

Black with #31C341

Text Example


Text Example

White with #31C341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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