Html Css Color HEX #31FE38 Lime Green

📋 copy color: '#31FE38'

red 49 ◦ green 254 ◦ blue 56

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

Shades of Lime Green #31FE38

Tints of Lime Green #31FE38

RGB

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

 GREEN value IS 254 (99.61% from 255) = 70.75%

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

R = 13.65%
G = 70.75%
B = 15.6%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#31FE38 (or 0x31FE38) is known color: Lime Green. HEX triplet: 31, FE and 38. RGB value is (49,254,56). Sum of RGB (Red+Green+Blue) = 49+254+56=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 254 (99.61% from 255 or 70.75% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 254 - color contains mainly: green. Hex color #31FE38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FE38 is #CE01C7. Grayscale: #AAAAAA. Windows color (decimal): -13500872 or 3735089. OLE color: 3735089.

HSL color Cylindrical-coordinate representation of color #31FE38: hue angle of 122.05º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FE38 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.

Color convert

RGB 49 254 56 -
CMYK 0.81 0 0.78 0.00
HSL 122.05º 0.99% 0.59% -
HSV(B) 122.05º 0.81% 1% -
XYZ 37.42 71.82 15.63 -
YUV 170.13 63.58 41.6 -
System Red Green Blue C M Y K H S L
Decimal 49 254 56 0.81 0 0.78 0.00 122.05 0.99 0.59
Hex 31 FE 38 51 0 4E 0 7A 63 3B
Octal 61 376 70 121 0 116 0 172 143 73
Binary 110001 11111110 111000 1010001 0 1001110 0 1111010 1100011 111011

Color Harmonies of #31FE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FE38

Black with #31FE38

Text Example


Text Example

White with #31FE38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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