Html Css Color HEX #31B942 Lime Green

📋 copy color: '#31B942'

red 49 ◦ green 185 ◦ blue 66

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

Shades of Lime Green #31B942

Tints of Lime Green #31B942

RGB

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

 GREEN value IS 185 (72.66% from 255) = 61.67%

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

R = 16.33%
G = 61.67%
B = 22%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#31B942 (or 0x31B942) is known color: Lime Green. HEX triplet: 31, B9 and 42. RGB value is (49,185,66). Sum of RGB (Red+Green+Blue) = 49+185+66=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 185 (72.66% from 255 or 61.67% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 185 - color contains mainly: green. Hex color #31B942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B942 is #CE46BD. Grayscale: #838383. Windows color (decimal): -13518526 or 4372785. OLE color: 4372785.

HSL color Cylindrical-coordinate representation of color #31B942: hue angle of 127.5º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31B942 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 185 66 -
CMYK 0.74 0 0.64 0.27
HSL 127.5º 0.58% 0.46% -
HSV(B) 127.5º 0.74% 0.73% -
XYZ 19.6 35.74 11.02 -
YUV 130.77 91.44 69.68 -
System Red Green Blue C M Y K H S L
Decimal 49 185 66 0.74 0 0.64 0.27 127.5 0.58 0.46
Hex 31 B9 42 4A 0 40 1B 80 3A 2E
Octal 61 271 102 112 0 100 33 200 72 56
Binary 110001 10111001 1000010 1001010 0 1000000 11011 10000000 111010 101110

Color Harmonies of #31B942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B942

Black with #31B942

Text Example


Text Example

White with #31B942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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