Html Css Color HEX #31F536 Lime Green

📋 copy color: '#31F536'

red 49 ◦ green 245 ◦ blue 54

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

Shades of Lime Green #31F536

Tints of Lime Green #31F536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.52%

R = 14.08%
G = 70.4%
B = 15.52%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#31F536 (or 0x31F536) is known color: Lime Green. HEX triplet: 31, F5 and 36. RGB value is (49,245,54). Sum of RGB (Red+Green+Blue) = 49+245+54=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 245 (96.09% from 255 or 70.40% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 245 - color contains mainly: green. Hex color #31F536 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F536 is #CE0AC9. Grayscale: #A5A5A5. Windows color (decimal): -13503178 or 3601713. OLE color: 3601713.

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

Color convert

RGB 49 245 54 -
CMYK 0.8 0 0.78 0.04
HSL 121.53º 0.91% 0.58% -
HSV(B) 121.53º 0.8% 0.96% -
XYZ 34.58 66.22 14.45 -
YUV 164.62 65.57 45.53 -
System Red Green Blue C M Y K H S L
Decimal 49 245 54 0.8 0 0.78 0.04 121.53 0.91 0.58
Hex 31 F5 36 50 0 4E 4 7A 5B 3A
Octal 61 365 66 120 0 116 4 172 133 72
Binary 110001 11110101 110110 1010000 0 1001110 100 1111010 1011011 111010

Color Harmonies of #31F536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F536

Black with #31F536

Text Example


Text Example

White with #31F536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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