Html Css Color HEX #31FB2F Lime Green

📋 copy color: '#31FB2F'

red 49 ◦ green 251 ◦ blue 47

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

Shades of Lime Green #31FB2F

Tints of Lime Green #31FB2F

RGB

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

 GREEN value IS 251 (98.44% from 255) = 72.33%

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

R = 14.12%
G = 72.33%
B = 13.54%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#31FB2F (or 0x31FB2F) is known color: Lime Green. HEX triplet: 31, FB and 2F. RGB value is (49,251,47). Sum of RGB (Red+Green+Blue) = 49+251+47=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 251 (98.44% from 255 or 72.33% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 251 - color contains mainly: green. Hex color #31FB2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FB2F is #CE04D0. Grayscale: #A7A7A7. Windows color (decimal): -13501649 or 3144497. OLE color: 3144497.

HSL color Cylindrical-coordinate representation of color #31FB2F: hue angle of 119.41º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FB2F is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 251 47 -
CMYK 0.80 0 0.81 0.02
HSL 119.41º 0.96% 0.58% -
HSV(B) 119.41º 0.81% 0.98% -
XYZ 36.28 69.85 14.26 -
YUV 167.35 60.08 43.59 -
System Red Green Blue C M Y K H S L
Decimal 49 251 47 0.80 0 0.81 0.02 119.41 0.96 0.58
Hex 31 FB 2F 50 0 51 2 77 60 3A
Octal 61 373 57 120 0 121 2 167 140 72
Binary 110001 11111011 101111 1010000 0 1010001 10 1110111 1100000 111010

Color Harmonies of #31FB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FB2F

Black with #31FB2F

Text Example


Text Example

White with #31FB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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