Html Css Color HEX #31FE42 Lime Green

📋 copy color: '#31FE42'

red 49 ◦ green 254 ◦ blue 66

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

Shades of Lime Green #31FE42

Tints of Lime Green #31FE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.89%

R = 13.28%
G = 68.83%
B = 17.89%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#31FE42 (or 0x31FE42) is known color: Lime Green. HEX triplet: 31, FE and 42. RGB value is (49,254,66). Sum of RGB (Red+Green+Blue) = 49+254+66=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 254 (99.61% from 255 or 68.83% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 254 - color contains mainly: green. Hex color #31FE42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FE42 is #CE01BD. Grayscale: #ABABAB. Windows color (decimal): -13500862 or 4390449. OLE color: 4390449.

HSL color Cylindrical-coordinate representation of color #31FE42: hue angle of 124.98º 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 #31FE42 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB 49 254 66 -
CMYK 0.81 0 0.74 0.00
HSL 124.98º 0.99% 0.59% -
HSV(B) 124.98º 0.81% 1% -
XYZ 37.69 71.93 17.05 -
YUV 171.27 68.58 40.79 -
System Red Green Blue C M Y K H S L
Decimal 49 254 66 0.81 0 0.74 0.00 124.98 0.99 0.59
Hex 31 FE 42 51 0 4A 0 7D 63 3B
Octal 61 376 102 121 0 112 0 175 143 73
Binary 110001 11111110 1000010 1010001 0 1001010 0 1111101 1100011 111011

Color Harmonies of #31FE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FE42

Black with #31FE42

Text Example


Text Example

White with #31FE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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