Html Css Color HEX #31ED31 Lime Green

📋 copy color: '#31ED31'

red 49 ◦ green 237 ◦ blue 49

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

Shades of Lime Green #31ED31

Tints of Lime Green #31ED31

RGB

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

 GREEN value IS 237 (92.97% from 255) = 70.75%

 BLUE value IS 49 (19.53% from 255) = 14.63%

R = 14.63%
G = 70.75%
B = 14.63%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#31ED31 (or 0x31ED31) is known color: Lime Green. HEX triplet: 31, ED and 31. RGB value is (49,237,49). Sum of RGB (Red+Green+Blue) = 49+237+49=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 237 (92.97% from 255 or 70.75% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 237 - color contains mainly: green. Hex color #31ED31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31ED31 is #CE12CE. Grayscale: #9F9F9F. Windows color (decimal): -13505231 or 3271985. OLE color: 3271985.

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

Color convert

RGB 49 237 49 -
CMYK 0.79 0 0.79 0.07
HSL 120º 0.84% 0.56% -
HSV(B) 120º 0.79% 0.93% -
XYZ 32.11 61.44 13.07 -
YUV 159.36 65.72 49.29 -
System Red Green Blue C M Y K H S L
Decimal 49 237 49 0.79 0 0.79 0.07 120 0.84 0.56
Hex 31 ED 31 4F 0 4F 7 78 54 38
Octal 61 355 61 117 0 117 7 170 124 70
Binary 110001 11101101 110001 1001111 0 1001111 111 1111000 1010100 111000

Color Harmonies of #31ED31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ED31

Black with #31ED31

Text Example


Text Example

White with #31ED31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,237,49); }

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

background-color css

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

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

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

border-color css

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

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

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