Html Css Color HEX #31ED3B Lime Green

📋 copy color: '#31ED3B'

red 49 ◦ green 237 ◦ blue 59

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

Shades of Lime Green #31ED3B

Tints of Lime Green #31ED3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.1%

R = 14.2%
G = 68.7%
B = 17.1%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#31ED3B (or 0x31ED3B) is known color: Lime Green. HEX triplet: 31, ED and 3B. RGB value is (49,237,59). Sum of RGB (Red+Green+Blue) = 49+237+59=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 237 (92.97% from 255 or 68.70% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 237 - color contains mainly: green. Hex color #31ED3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31ED3B is #CE12C4. Grayscale: #A1A1A1. Windows color (decimal): -13505221 or 3927345. OLE color: 3927345.

HSL color Cylindrical-coordinate representation of color #31ED3B: hue angle of 123.19º 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 #31ED3B is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 237 59 -
CMYK 0.79 0 0.75 0.07
HSL 123.19º 0.84% 0.56% -
HSV(B) 123.19º 0.79% 0.93% -
XYZ 32.34 61.54 14.31 -
YUV 160.5 70.72 48.47 -
System Red Green Blue C M Y K H S L
Decimal 49 237 59 0.79 0 0.75 0.07 123.19 0.84 0.56
Hex 31 ED 3B 4F 0 4B 7 7B 54 38
Octal 61 355 73 117 0 113 7 173 124 70
Binary 110001 11101101 111011 1001111 0 1001011 111 1111011 1010100 111000

Color Harmonies of #31ED3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ED3B

Black with #31ED3B

Text Example


Text Example

White with #31ED3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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