Html Css Color HEX #31F141 Lime Green

📋 copy color: '#31F141'

red 49 ◦ green 241 ◦ blue 65

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

Shades of Lime Green #31F141

Tints of Lime Green #31F141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.31%

R = 13.8%
G = 67.89%
B = 18.31%

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

#31F141 (or 0x31F141) is known color: Lime Green. HEX triplet: 31, F1 and 41. RGB value is (49,241,65). Sum of RGB (Red+Green+Blue) = 49+241+65=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 241 (94.53% from 255 or 67.89% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 241 - color contains mainly: green. Hex color #31F141 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F141 is #CE0EBE. Grayscale: #A4A4A4. Windows color (decimal): -13504191 or 4321585. OLE color: 4321585.

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

Color convert

RGB 49 241 65 -
CMYK 0.80 0 0.73 0.05
HSL 125º 0.87% 0.57% -
HSV(B) 125º 0.8% 0.95% -
XYZ 33.68 63.95 15.57 -
YUV 163.53 72.39 46.31 -
System Red Green Blue C M Y K H S L
Decimal 49 241 65 0.80 0 0.73 0.05 125 0.87 0.57
Hex 31 F1 41 50 0 49 5 7D 57 39
Octal 61 361 101 120 0 111 5 175 127 71
Binary 110001 11110001 1000001 1010000 0 1001001 101 1111101 1010111 111001

Color Harmonies of #31F141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F141

Black with #31F141

Text Example


Text Example

White with #31F141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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