Html Css Color HEX #31ED44 Lime Green

📋 copy color: '#31ED44'

red 49 ◦ green 237 ◦ blue 68

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

Shades of Lime Green #31ED44

Tints of Lime Green #31ED44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.21%

R = 13.84%
G = 66.95%
B = 19.21%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#31ED44 (or 0x31ED44) is known color: Lime Green. HEX triplet: 31, ED and 44. RGB value is (49,237,68). Sum of RGB (Red+Green+Blue) = 49+237+68=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 237 (92.97% from 255 or 66.95% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 237 - color contains mainly: green. Hex color #31ED44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31ED44 is #CE12BB. Grayscale: #A2A2A2. Windows color (decimal): -13505212 or 4517169. OLE color: 4517169.

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

Color convert

RGB 49 237 68 -
CMYK 0.79 0 0.71 0.07
HSL 126.06º 0.84% 0.56% -
HSV(B) 126.06º 0.79% 0.93% -
XYZ 32.59 61.64 15.65 -
YUV 161.52 75.22 47.74 -
System Red Green Blue C M Y K H S L
Decimal 49 237 68 0.79 0 0.71 0.07 126.06 0.84 0.56
Hex 31 ED 44 4F 0 47 7 7E 54 38
Octal 61 355 104 117 0 107 7 176 124 70
Binary 110001 11101101 1000100 1001111 0 1000111 111 1111110 1010100 111000

Color Harmonies of #31ED44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ED44

Black with #31ED44

Text Example


Text Example

White with #31ED44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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