Html Css Color HEX #31DD48 Lime Green

📋 copy color: '#31DD48'

red 49 ◦ green 221 ◦ blue 72

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

Shades of Lime Green #31DD48

Tints of Lime Green #31DD48

RGB

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

 GREEN value IS 221 (86.72% from 255) = 64.62%

 BLUE value IS 72 (28.52% from 255) = 21.05%

R = 14.33%
G = 64.62%
B = 21.05%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#31DD48 (or 0x31DD48) is known color: Lime Green. HEX triplet: 31, DD and 48. RGB value is (49,221,72). Sum of RGB (Red+Green+Blue) = 49+221+72=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 221 (86.72% from 255 or 64.62% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DD48 is #CE22B7. Grayscale: #999999. Windows color (decimal): -13509304 or 4775217. OLE color: 4775217.

HSL color Cylindrical-coordinate representation of color #31DD48: hue angle of 128.02º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DD48 is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 221 72 -
CMYK 0.78 0 0.67 0.13
HSL 128.02º 0.72% 0.53% -
HSV(B) 128.02º 0.78% 0.87% -
XYZ 28.29 52.83 14.84 -
YUV 152.59 82.52 54.12 -
System Red Green Blue C M Y K H S L
Decimal 49 221 72 0.78 0 0.67 0.13 128.02 0.72 0.53
Hex 31 DD 48 4E 0 43 D 80 48 35
Octal 61 335 110 116 0 103 15 200 110 65
Binary 110001 11011101 1001000 1001110 0 1000011 1101 10000000 1001000 110101

Color Harmonies of #31DD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DD48

Black with #31DD48

Text Example


Text Example

White with #31DD48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,221,72); }

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

background-color css

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

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

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

border-color css

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

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

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