Html Css Color HEX #31D045 Lime Green

📋 copy color: '#31D045'

red 49 ◦ green 208 ◦ blue 69

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

Shades of Lime Green #31D045

Tints of Lime Green #31D045

RGB

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

 GREEN value IS 208 (81.64% from 255) = 63.8%

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

R = 15.03%
G = 63.8%
B = 21.17%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#31D045 (or 0x31D045) is known color: Lime Green. HEX triplet: 31, D0 and 45. RGB value is (49,208,69). Sum of RGB (Red+Green+Blue) = 49+208+69=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 208 (81.64% from 255 or 63.80% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 208 - color contains mainly: green. Hex color #31D045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D045 is #CE2FBA. Grayscale: #919191. Windows color (decimal): -13512635 or 4575281. OLE color: 4575281.

HSL color Cylindrical-coordinate representation of color #31D045: hue angle of 127.55º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31D045 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 208 69 -
CMYK 0.76 0 0.67 0.18
HSL 127.55º 0.63% 0.5% -
HSV(B) 127.55º 0.76% 0.82% -
XYZ 24.9 46.19 13.23 -
YUV 144.61 85.32 59.8 -
System Red Green Blue C M Y K H S L
Decimal 49 208 69 0.76 0 0.67 0.18 127.55 0.63 0.5
Hex 31 D0 45 4C 0 43 12 80 3F 32
Octal 61 320 105 114 0 103 22 200 77 62
Binary 110001 11010000 1000101 1001100 0 1000011 10010 10000000 111111 110010

Color Harmonies of #31D045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D045

Black with #31D045

Text Example


Text Example

White with #31D045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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