Html Css Color HEX #31D934 Lime Green

📋 copy color: '#31D934'

red 49 ◦ green 217 ◦ blue 52

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

Shades of Lime Green #31D934

Tints of Lime Green #31D934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.35%

R = 15.41%
G = 68.24%
B = 16.35%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#31D934 (or 0x31D934) is known color: Lime Green. HEX triplet: 31, D9 and 34. RGB value is (49,217,52). Sum of RGB (Red+Green+Blue) = 49+217+52=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 217 (85.16% from 255 or 68.24% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 217 - color contains mainly: green. Hex color #31D934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D934 is #CE26CB. Grayscale: #949494. Windows color (decimal): -13510348 or 3463473. OLE color: 3463473.

HSL color Cylindrical-coordinate representation of color #31D934: hue angle of 121.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 #31D934 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 217 52 -
CMYK 0.77 0 0.76 0.15
HSL 121.07º 0.69% 0.52% -
HSV(B) 121.07º 0.77% 0.85% -
XYZ 26.7 50.53 11.59 -
YUV 147.96 73.84 57.42 -
System Red Green Blue C M Y K H S L
Decimal 49 217 52 0.77 0 0.76 0.15 121.07 0.69 0.52
Hex 31 D9 34 4D 0 4C F 79 45 34
Octal 61 331 64 115 0 114 17 171 105 64
Binary 110001 11011001 110100 1001101 0 1001100 1111 1111001 1000101 110100

Color Harmonies of #31D934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D934

Black with #31D934

Text Example


Text Example

White with #31D934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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