Html Css Color HEX #31F52F Lime Green

📋 copy color: '#31F52F'

red 49 ◦ green 245 ◦ blue 47

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

Shades of Lime Green #31F52F

Tints of Lime Green #31F52F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 71.85%

 BLUE value IS 47 (18.75% from 255) = 13.78%

R = 14.37%
G = 71.85%
B = 13.78%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#31F52F (or 0x31F52F) is known color: Lime Green. HEX triplet: 31, F5 and 2F. RGB value is (49,245,47). Sum of RGB (Red+Green+Blue) = 49+245+47=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 245 (96.09% from 255 or 71.85% from 341); Blue value is 47 (18.75% from 255 or 13.78% from 341); Max value from RGB is 245 - color contains mainly: green. Hex color #31F52F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F52F is #CE0AD0. Grayscale: #A4A4A4. Windows color (decimal): -13503185 or 3142961. OLE color: 3142961.

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

Color convert

RGB 49 245 47 -
CMYK 0.8 0 0.81 0.04
HSL 119.39º 0.91% 0.57% -
HSV(B) 119.39º 0.81% 0.96% -
XYZ 34.43 66.16 13.65 -
YUV 163.82 62.07 46.1 -
System Red Green Blue C M Y K H S L
Decimal 49 245 47 0.8 0 0.81 0.04 119.39 0.91 0.57
Hex 31 F5 2F 50 0 51 4 77 5B 39
Octal 61 365 57 120 0 121 4 167 133 71
Binary 110001 11110101 101111 1010000 0 1010001 100 1110111 1011011 111001

Color Harmonies of #31F52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F52F

Black with #31F52F

Text Example


Text Example

White with #31F52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,245,47); }

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

background-color css

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

 a { background-color: rgb(49,245,47); }

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

border-color css

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

 span { border-color: rgb(49,245,47); }

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