Html Css Color HEX #31DF38 Lime Green

📋 copy color: '#31DF38'

red 49 ◦ green 223 ◦ blue 56

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

Shades of Lime Green #31DF38

Tints of Lime Green #31DF38

RGB

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

 GREEN value IS 223 (87.5% from 255) = 67.99%

 BLUE value IS 56 (22.27% from 255) = 17.07%

R = 14.94%
G = 67.99%
B = 17.07%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#31DF38 (or 0x31DF38) is known color: Lime Green. HEX triplet: 31, DF and 38. RGB value is (49,223,56). Sum of RGB (Red+Green+Blue) = 49+223+56=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 223 (87.5% from 255 or 67.99% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 223 - color contains mainly: green. Hex color #31DF38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DF38 is #CE20C7. Grayscale: #989898. Windows color (decimal): -13508808 or 3727153. OLE color: 3727153.

HSL color Cylindrical-coordinate representation of color #31DF38: hue angle of 122.41º degrees, saturation: 0.73, 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 #31DF38 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 223 56 -
CMYK 0.78 0 0.75 0.13
HSL 122.41º 0.73% 0.53% -
HSV(B) 122.41º 0.78% 0.87% -
XYZ 28.37 53.71 12.61 -
YUV 151.94 73.85 54.58 -
System Red Green Blue C M Y K H S L
Decimal 49 223 56 0.78 0 0.75 0.13 122.41 0.73 0.53
Hex 31 DF 38 4E 0 4B D 7A 49 35
Octal 61 337 70 116 0 113 15 172 111 65
Binary 110001 11011111 111000 1001110 0 1001011 1101 1111010 1001001 110101

Color Harmonies of #31DF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DF38

Black with #31DF38

Text Example


Text Example

White with #31DF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,223,56); }

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

background-color css

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

 a { background-color: rgb(49,223,56); }

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

border-color css

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

 span { border-color: rgb(49,223,56); }

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