Html Css Color HEX #31C320 Lime Green

📋 copy color: '#31C320'

red 49 ◦ green 195 ◦ blue 32

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

Shades of Lime Green #31C320

Tints of Lime Green #31C320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.59%

R = 17.75%
G = 70.65%
B = 11.59%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#31C320 (or 0x31C320) is known color: Lime Green. HEX triplet: 31, C3 and 20. RGB value is (49,195,32). Sum of RGB (Red+Green+Blue) = 49+195+32=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 195 (76.56% from 255 or 70.65% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 195 - color contains mainly: green. Hex color #31C320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C320 is #CE3CDF. Grayscale: #858585. Windows color (decimal): -13516000 or 2147121. OLE color: 2147121.

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

Color convert

RGB 49 195 32 -
CMYK 0.75 0 0.84 0.24
HSL 113.74º 0.72% 0.45% -
HSV(B) 113.74º 0.84% 0.76% -
XYZ 21.04 39.79 7.94 -
YUV 132.76 71.13 68.25 -
System Red Green Blue C M Y K H S L
Decimal 49 195 32 0.75 0 0.84 0.24 113.74 0.72 0.45
Hex 31 C3 20 4B 0 54 18 72 48 2D
Octal 61 303 40 113 0 124 30 162 110 55
Binary 110001 11000011 100000 1001011 0 1010100 11000 1110010 1001000 101101

Color Harmonies of #31C320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C320

Black with #31C320

Text Example


Text Example

White with #31C320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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