Html Css Color HEX #31F042 Lime Green

📋 copy color: '#31F042'

red 49 ◦ green 240 ◦ blue 66

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

Shades of Lime Green #31F042

Tints of Lime Green #31F042

RGB

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

 GREEN value IS 240 (94.14% from 255) = 67.61%

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

R = 13.8%
G = 67.61%
B = 18.59%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#31F042 (or 0x31F042) is known color: Lime Green. HEX triplet: 31, F0 and 42. RGB value is (49,240,66). Sum of RGB (Red+Green+Blue) = 49+240+66=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 240 (94.14% from 255 or 67.61% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 240 - color contains mainly: green. Hex color #31F042 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F042 is #CE0FBD. Grayscale: #A3A3A3. Windows color (decimal): -13504446 or 4386865. OLE color: 4386865.

HSL color Cylindrical-coordinate representation of color #31F042: hue angle of 125.34º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F042 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 240 66 -
CMYK 0.80 0 0.72 0.06
HSL 125.34º 0.86% 0.57% -
HSV(B) 125.34º 0.8% 0.94% -
XYZ 33.41 63.37 15.62 -
YUV 163.06 73.22 46.65 -
System Red Green Blue C M Y K H S L
Decimal 49 240 66 0.80 0 0.72 0.06 125.34 0.86 0.57
Hex 31 F0 42 50 0 48 6 7D 56 39
Octal 61 360 102 120 0 110 6 175 126 71
Binary 110001 11110000 1000010 1010000 0 1001000 110 1111101 1010110 111001

Color Harmonies of #31F042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F042

Black with #31F042

Text Example


Text Example

White with #31F042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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