Html Css Color HEX #31D942 Lime Green

📋 copy color: '#31D942'

red 49 ◦ green 217 ◦ blue 66

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

Shades of Lime Green #31D942

Tints of Lime Green #31D942

RGB

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

 GREEN value IS 217 (85.16% from 255) = 65.36%

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

R = 14.76%
G = 65.36%
B = 19.88%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#31D942 (or 0x31D942) is known color: Lime Green. HEX triplet: 31, D9 and 42. RGB value is (49,217,66). Sum of RGB (Red+Green+Blue) = 49+217+66=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 217 (85.16% from 255 or 65.36% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 217 - color contains mainly: green. Hex color #31D942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D942 is #CE26BD. Grayscale: #959595. Windows color (decimal): -13510334 or 4380977. OLE color: 4380977.

HSL color Cylindrical-coordinate representation of color #31D942: hue angle of 126.07º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D942 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 217 66 -
CMYK 0.77 0 0.70 0.15
HSL 126.07º 0.69% 0.52% -
HSV(B) 126.07º 0.77% 0.85% -
XYZ 27.06 50.67 13.51 -
YUV 149.55 80.84 56.28 -
System Red Green Blue C M Y K H S L
Decimal 49 217 66 0.77 0 0.70 0.15 126.07 0.69 0.52
Hex 31 D9 42 4D 0 46 F 7E 45 34
Octal 61 331 102 115 0 106 17 176 105 64
Binary 110001 11011001 1000010 1001101 0 1000110 1111 1111110 1000101 110100

Color Harmonies of #31D942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D942

Black with #31D942

Text Example


Text Example

White with #31D942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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