Html Css Color HEX #31EA45 Lime Green

📋 copy color: '#31EA45'

red 49 ◦ green 234 ◦ blue 69

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

Shades of Lime Green #31EA45

Tints of Lime Green #31EA45

RGB

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

 GREEN value IS 234 (91.8% from 255) = 66.48%

 BLUE value IS 69 (27.34% from 255) = 19.6%

R = 13.92%
G = 66.48%
B = 19.6%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#31EA45 (or 0x31EA45) is known color: Lime Green. HEX triplet: 31, EA and 45. RGB value is (49,234,69). Sum of RGB (Red+Green+Blue) = 49+234+69=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 234 (91.80% from 255 or 66.48% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 234 - color contains mainly: green. Hex color #31EA45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EA45 is #CE15BA. Grayscale: #A0A0A0. Windows color (decimal): -13505979 or 4581937. OLE color: 4581937.

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

Color convert

RGB 49 234 69 -
CMYK 0.79 0 0.71 0.08
HSL 126.49º 0.81% 0.55% -
HSV(B) 126.49º 0.79% 0.92% -
XYZ 31.76 59.93 15.52 -
YUV 159.88 76.71 48.92 -
System Red Green Blue C M Y K H S L
Decimal 49 234 69 0.79 0 0.71 0.08 126.49 0.81 0.55
Hex 31 EA 45 4F 0 47 8 7E 51 37
Octal 61 352 105 117 0 107 10 176 121 67
Binary 110001 11101010 1000101 1001111 0 1000111 1000 1111110 1010001 110111

Color Harmonies of #31EA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EA45

Black with #31EA45

Text Example


Text Example

White with #31EA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,234,69); }

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

background-color css

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

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

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

border-color css

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

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

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