Html Css Color HEX #31F140 Lime Green

📋 copy color: '#31F140'

red 49 ◦ green 241 ◦ blue 64

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

Shades of Lime Green #31F140

Tints of Lime Green #31F140

RGB

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

 GREEN value IS 241 (94.53% from 255) = 68.08%

 BLUE value IS 64 (25.39% from 255) = 18.08%

R = 13.84%
G = 68.08%
B = 18.08%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#31F140 (or 0x31F140) is known color: Lime Green. HEX triplet: 31, F1 and 40. RGB value is (49,241,64). Sum of RGB (Red+Green+Blue) = 49+241+64=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 241 (94.53% from 255 or 68.08% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 241 - color contains mainly: green. Hex color #31F140 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F140 is #CE0EBF. Grayscale: #A3A3A3. Windows color (decimal): -13504192 or 4256049. OLE color: 4256049.

HSL color Cylindrical-coordinate representation of color #31F140: hue angle of 124.69º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F140 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 241 64 -
CMYK 0.80 0 0.73 0.05
HSL 124.69º 0.87% 0.57% -
HSV(B) 124.69º 0.8% 0.95% -
XYZ 33.65 63.93 15.42 -
YUV 163.41 71.89 46.39 -
System Red Green Blue C M Y K H S L
Decimal 49 241 64 0.80 0 0.73 0.05 124.69 0.87 0.57
Hex 31 F1 40 50 0 49 5 7D 57 39
Octal 61 361 100 120 0 111 5 175 127 71
Binary 110001 11110001 1000000 1010000 0 1001001 101 1111101 1010111 111001

Color Harmonies of #31F140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F140

Black with #31F140

Text Example


Text Example

White with #31F140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,241,64); }

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

background-color css

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

 a { background-color: rgb(49,241,64); }

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

border-color css

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

 span { border-color: rgb(49,241,64); }

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