Html Css Color HEX #31F13E Lime Green

📋 copy color: '#31F13E'

red 49 ◦ green 241 ◦ blue 62

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

Shades of Lime Green #31F13E

Tints of Lime Green #31F13E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.61%

R = 13.92%
G = 68.47%
B = 17.61%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#31F13E (or 0x31F13E) is known color: Lime Green. HEX triplet: 31, F1 and 3E. RGB value is (49,241,62). Sum of RGB (Red+Green+Blue) = 49+241+62=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 241 (94.53% from 255 or 68.47% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 241 - color contains mainly: green. Hex color #31F13E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F13E is #CE0EC1. Grayscale: #A3A3A3. Windows color (decimal): -13504194 or 4124977. OLE color: 4124977.

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

Color convert

RGB 49 241 62 -
CMYK 0.80 0 0.74 0.05
HSL 124.06º 0.87% 0.57% -
HSV(B) 124.06º 0.8% 0.95% -
XYZ 33.59 63.91 15.12 -
YUV 163.19 70.89 46.55 -
System Red Green Blue C M Y K H S L
Decimal 49 241 62 0.80 0 0.74 0.05 124.06 0.87 0.57
Hex 31 F1 3E 50 0 4A 5 7C 57 39
Octal 61 361 76 120 0 112 5 174 127 71
Binary 110001 11110001 111110 1010000 0 1001010 101 1111100 1010111 111001

Color Harmonies of #31F13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F13E

Black with #31F13E

Text Example


Text Example

White with #31F13E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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