Html Css Color HEX #31C32E Lime Green

📋 copy color: '#31C32E'

red 49 ◦ green 195 ◦ blue 46

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

Shades of Lime Green #31C32E

Tints of Lime Green #31C32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.86%

R = 16.9%
G = 67.24%
B = 15.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#31C32E (or 0x31C32E) is known color: Lime Green. HEX triplet: 31, C3 and 2E. RGB value is (49,195,46). Sum of RGB (Red+Green+Blue) = 49+195+46=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 195 (76.56% from 255 or 67.24% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 195 - color contains mainly: green. Hex color #31C32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C32E is #CE3CD1. Grayscale: #868686. Windows color (decimal): -13515986 or 3064625. OLE color: 3064625.

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

Color convert

RGB 49 195 46 -
CMYK 0.75 0 0.76 0.24
HSL 118.79º 0.62% 0.47% -
HSV(B) 118.79º 0.76% 0.76% -
XYZ 21.27 39.88 9.16 -
YUV 134.36 78.13 67.12 -
System Red Green Blue C M Y K H S L
Decimal 49 195 46 0.75 0 0.76 0.24 118.79 0.62 0.47
Hex 31 C3 2E 4B 0 4C 18 77 3E 2F
Octal 61 303 56 113 0 114 30 167 76 57
Binary 110001 11000011 101110 1001011 0 1001100 11000 1110111 111110 101111

Color Harmonies of #31C32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C32E

Black with #31C32E

Text Example


Text Example

White with #31C32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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