Html Css Color HEX #31C342 Lime Green

📋 copy color: '#31C342'

red 49 ◦ green 195 ◦ blue 66

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

Shades of Lime Green #31C342

Tints of Lime Green #31C342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.29%

R = 15.81%
G = 62.9%
B = 21.29%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#31C342 (or 0x31C342) is known color: Lime Green. HEX triplet: 31, C3 and 42. RGB value is (49,195,66). Sum of RGB (Red+Green+Blue) = 49+195+66=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 195 (76.56% from 255 or 62.90% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 195 - color contains mainly: green. Hex color #31C342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C342 is #CE3CBD. Grayscale: #898989. Windows color (decimal): -13515966 or 4375345. OLE color: 4375345.

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

Color convert

RGB 49 195 66 -
CMYK 0.75 0 0.66 0.24
HSL 126.99º 0.6% 0.48% -
HSV(B) 126.99º 0.75% 0.76% -
XYZ 21.77 40.08 11.74 -
YUV 136.64 88.13 65.49 -
System Red Green Blue C M Y K H S L
Decimal 49 195 66 0.75 0 0.66 0.24 126.99 0.6 0.48
Hex 31 C3 42 4B 0 42 18 7F 3C 30
Octal 61 303 102 113 0 102 30 177 74 60
Binary 110001 11000011 1000010 1001011 0 1000010 11000 1111111 111100 110000

Color Harmonies of #31C342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C342

Black with #31C342

Text Example


Text Example

White with #31C342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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