Html Css Color HEX #31F936 Lime Green

📋 copy color: '#31F936'

red 49 ◦ green 249 ◦ blue 54

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

Shades of Lime Green #31F936

Tints of Lime Green #31F936

RGB

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

 GREEN value IS 249 (97.66% from 255) = 70.74%

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

R = 13.92%
G = 70.74%
B = 15.34%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#31F936 (or 0x31F936) is known color: Lime Green. HEX triplet: 31, F9 and 36. RGB value is (49,249,54). Sum of RGB (Red+Green+Blue) = 49+249+54=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 249 (97.66% from 255 or 70.74% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 249 - color contains mainly: green. Hex color #31F936 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F936 is #CE06C9. Grayscale: #A7A7A7. Windows color (decimal): -13502154 or 3602737. OLE color: 3602737.

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

Color convert

RGB 49 249 54 -
CMYK 0.80 0 0.78 0.02
HSL 121.5º 0.94% 0.58% -
HSV(B) 121.5º 0.8% 0.98% -
XYZ 35.81 68.67 14.86 -
YUV 166.97 64.24 43.86 -
System Red Green Blue C M Y K H S L
Decimal 49 249 54 0.80 0 0.78 0.02 121.5 0.94 0.58
Hex 31 F9 36 50 0 4E 2 7A 5E 3A
Octal 61 371 66 120 0 116 2 172 136 72
Binary 110001 11111001 110110 1010000 0 1001110 10 1111010 1011110 111010

Color Harmonies of #31F936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F936

Black with #31F936

Text Example


Text Example

White with #31F936

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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