Html Css Color HEX #31F128 Lime Green

📋 copy color: '#31F128'

red 49 ◦ green 241 ◦ blue 40

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

Shades of Lime Green #31F128

Tints of Lime Green #31F128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.12%

R = 14.85%
G = 73.03%
B = 12.12%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#31F128 (or 0x31F128) is known color: Lime Green. HEX triplet: 31, F1 and 28. RGB value is (49,241,40). Sum of RGB (Red+Green+Blue) = 49+241+40=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 241 (94.53% from 255 or 73.03% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 241 - color contains mainly: green. Hex color #31F128 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F128 is #CE0ED7. Grayscale: #A1A1A1. Windows color (decimal): -13504216 or 2683185. OLE color: 2683185.

HSL color Cylindrical-coordinate representation of color #31F128: hue angle of 117.31º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #31F128 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 241 40 -
CMYK 0.80 0 0.83 0.05
HSL 117.31º 0.88% 0.55% -
HSV(B) 117.31º 0.83% 0.95% -
XYZ 33.1 63.72 12.56 -
YUV 160.68 59.89 48.34 -
System Red Green Blue C M Y K H S L
Decimal 49 241 40 0.80 0 0.83 0.05 117.31 0.88 0.55
Hex 31 F1 28 50 0 53 5 75 58 37
Octal 61 361 50 120 0 123 5 165 130 67
Binary 110001 11110001 101000 1010000 0 1010011 101 1110101 1011000 110111

Color Harmonies of #31F128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F128

Black with #31F128

Text Example


Text Example

White with #31F128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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