Html Css Color HEX #31F938 Lime Green

📋 copy color: '#31F938'

red 49 ◦ green 249 ◦ blue 56

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

Shades of Lime Green #31F938

Tints of Lime Green #31F938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.82%

R = 13.84%
G = 70.34%
B = 15.82%

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

#31F938 (or 0x31F938) is known color: Lime Green. HEX triplet: 31, F9 and 38. RGB value is (49,249,56). Sum of RGB (Red+Green+Blue) = 49+249+56=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 249 (97.66% from 255 or 70.34% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 249 - color contains mainly: green. Hex color #31F938 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F938 is #CE06C7. Grayscale: #A7A7A7. Windows color (decimal): -13502152 or 3733809. OLE color: 3733809.

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

Color convert

RGB 49 249 56 -
CMYK 0.80 0 0.78 0.02
HSL 122.1º 0.94% 0.58% -
HSV(B) 122.1º 0.8% 0.98% -
XYZ 35.86 68.69 15.11 -
YUV 167.2 65.24 43.69 -
System Red Green Blue C M Y K H S L
Decimal 49 249 56 0.80 0 0.78 0.02 122.1 0.94 0.58
Hex 31 F9 38 50 0 4E 2 7A 5E 3A
Octal 61 371 70 120 0 116 2 172 136 72
Binary 110001 11111001 111000 1010000 0 1001110 10 1111010 1011110 111010

Color Harmonies of #31F938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F938

Black with #31F938

Text Example


Text Example

White with #31F938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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