Html Css Color HEX #31FB2B Lime Green

📋 copy color: '#31FB2B'

red 49 ◦ green 251 ◦ blue 43

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

Shades of Lime Green #31FB2B

Tints of Lime Green #31FB2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.54%

R = 14.29%
G = 73.18%
B = 12.54%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#31FB2B (or 0x31FB2B) is known color: Lime Green. HEX triplet: 31, FB and 2B. RGB value is (49,251,43). Sum of RGB (Red+Green+Blue) = 49+251+43=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 251 (98.44% from 255 or 73.18% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 251 - color contains mainly: green. Hex color #31FB2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FB2B is #CE04D4. Grayscale: #A7A7A7. Windows color (decimal): -13501653 or 2882353. OLE color: 2882353.

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

Color convert

RGB 49 251 43 -
CMYK 0.80 0 0.83 0.02
HSL 118.27º 0.96% 0.58% -
HSV(B) 118.27º 0.83% 0.98% -
XYZ 36.2 69.82 13.85 -
YUV 166.89 58.08 43.91 -
System Red Green Blue C M Y K H S L
Decimal 49 251 43 0.80 0 0.83 0.02 118.27 0.96 0.58
Hex 31 FB 2B 50 0 53 2 76 60 3A
Octal 61 373 53 120 0 123 2 166 140 72
Binary 110001 11111011 101011 1010000 0 1010011 10 1110110 1100000 111010

Color Harmonies of #31FB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FB2B

Black with #31FB2B

Text Example


Text Example

White with #31FB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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