Html Css Color HEX #31EB32 Lime Green

📋 copy color: '#31EB32'

red 49 ◦ green 235 ◦ blue 50

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

Shades of Lime Green #31EB32

Tints of Lime Green #31EB32

RGB

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

 GREEN value IS 235 (92.19% from 255) = 70.36%

 BLUE value IS 50 (19.92% from 255) = 14.97%

R = 14.67%
G = 70.36%
B = 14.97%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#31EB32 (or 0x31EB32) is known color: Lime Green. HEX triplet: 31, EB and 32. RGB value is (49,235,50). Sum of RGB (Red+Green+Blue) = 49+235+50=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 235 (92.19% from 255 or 70.36% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 235 - color contains mainly: green. Hex color #31EB32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EB32 is #CE14CD. Grayscale: #9E9E9E. Windows color (decimal): -13505742 or 3337009. OLE color: 3337009.

HSL color Cylindrical-coordinate representation of color #31EB32: hue angle of 120.32º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EB32 is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 235 50 -
CMYK 0.79 0 0.79 0.08
HSL 120.32º 0.82% 0.56% -
HSV(B) 120.32º 0.79% 0.92% -
XYZ 31.55 60.3 12.99 -
YUV 158.3 66.88 50.04 -
System Red Green Blue C M Y K H S L
Decimal 49 235 50 0.79 0 0.79 0.08 120.32 0.82 0.56
Hex 31 EB 32 4F 0 4F 8 78 52 38
Octal 61 353 62 117 0 117 10 170 122 70
Binary 110001 11101011 110010 1001111 0 1001111 1000 1111000 1010010 111000

Color Harmonies of #31EB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EB32

Black with #31EB32

Text Example


Text Example

White with #31EB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,235,50); }

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

background-color css

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

 a { background-color: rgb(49,235,50); }

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

border-color css

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

 span { border-color: rgb(49,235,50); }

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