Html Css Color HEX #31EB2A Lime Green

📋 copy color: '#31EB2A'

red 49 ◦ green 235 ◦ blue 42

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

Shades of Lime Green #31EB2A

Tints of Lime Green #31EB2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.88%

R = 15.03%
G = 72.09%
B = 12.88%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#31EB2A (or 0x31EB2A) is known color: Lime Green. HEX triplet: 31, EB and 2A. RGB value is (49,235,42). Sum of RGB (Red+Green+Blue) = 49+235+42=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 235 (92.19% from 255 or 72.09% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 235 - color contains mainly: green. Hex color #31EB2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EB2A is #CE14D5. Grayscale: #9D9D9D. Windows color (decimal): -13505750 or 2812721. OLE color: 2812721.

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

Color convert

RGB 49 235 42 -
CMYK 0.79 0 0.82 0.08
HSL 117.82º 0.83% 0.54% -
HSV(B) 117.82º 0.82% 0.92% -
XYZ 31.39 60.24 12.16 -
YUV 157.38 62.88 50.69 -
System Red Green Blue C M Y K H S L
Decimal 49 235 42 0.79 0 0.82 0.08 117.82 0.83 0.54
Hex 31 EB 2A 4F 0 52 8 76 53 36
Octal 61 353 52 117 0 122 10 166 123 66
Binary 110001 11101011 101010 1001111 0 1010010 1000 1110110 1010011 110110

Color Harmonies of #31EB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EB2A

Black with #31EB2A

Text Example


Text Example

White with #31EB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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