Html Css Color HEX #31F93D Lime Green

📋 copy color: '#31F93D'

red 49 ◦ green 249 ◦ blue 61

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

Shades of Lime Green #31F93D

Tints of Lime Green #31F93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.99%

R = 13.65%
G = 69.36%
B = 16.99%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#31F93D (or 0x31F93D) is known color: Lime Green. HEX triplet: 31, F9 and 3D. RGB value is (49,249,61). Sum of RGB (Red+Green+Blue) = 49+249+61=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 249 (97.66% from 255 or 69.36% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 249 - color contains mainly: green. Hex color #31F93D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F93D is #CE06C2. Grayscale: #A8A8A8. Windows color (decimal): -13502147 or 4061489. OLE color: 4061489.

HSL color Cylindrical-coordinate representation of color #31F93D: hue angle of 123.6º 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 #31F93D is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 249 61 -
CMYK 0.80 0 0.76 0.02
HSL 123.6º 0.94% 0.58% -
HSV(B) 123.6º 0.8% 0.98% -
XYZ 35.98 68.74 15.79 -
YUV 167.77 67.74 43.29 -
System Red Green Blue C M Y K H S L
Decimal 49 249 61 0.80 0 0.76 0.02 123.6 0.94 0.58
Hex 31 F9 3D 50 0 4C 2 7C 5E 3A
Octal 61 371 75 120 0 114 2 174 136 72
Binary 110001 11111001 111101 1010000 0 1001100 10 1111100 1011110 111010

Color Harmonies of #31F93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F93D

Black with #31F93D

Text Example


Text Example

White with #31F93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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