Html Css Color HEX #31F442 Lime Green

📋 copy color: '#31F442'

red 49 ◦ green 244 ◦ blue 66

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

Shades of Lime Green #31F442

Tints of Lime Green #31F442

RGB

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

 GREEN value IS 244 (95.7% from 255) = 67.97%

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

R = 13.65%
G = 67.97%
B = 18.38%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#31F442 (or 0x31F442) is known color: Lime Green. HEX triplet: 31, F4 and 42. RGB value is (49,244,66). Sum of RGB (Red+Green+Blue) = 49+244+66=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 244 (95.70% from 255 or 67.97% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 244 - color contains mainly: green. Hex color #31F442 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F442 is #CE0BBD. Grayscale: #A5A5A5. Windows color (decimal): -13503422 or 4387889. OLE color: 4387889.

HSL color Cylindrical-coordinate representation of color #31F442: hue angle of 125.23º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F442 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 49 244 66 -
CMYK 0.80 0 0.73 0.04
HSL 125.23º 0.9% 0.57% -
HSV(B) 125.23º 0.8% 0.96% -
XYZ 34.6 65.75 16.02 -
YUV 165.4 71.9 44.97 -
System Red Green Blue C M Y K H S L
Decimal 49 244 66 0.80 0 0.73 0.04 125.23 0.9 0.57
Hex 31 F4 42 50 0 49 4 7D 5A 39
Octal 61 364 102 120 0 111 4 175 132 71
Binary 110001 11110100 1000010 1010000 0 1001001 100 1111101 1011010 111001

Color Harmonies of #31F442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F442

Black with #31F442

Text Example


Text Example

White with #31F442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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