Html Css Color HEX #31F231 Lime Green

📋 copy color: '#31F231'

red 49 ◦ green 242 ◦ blue 49

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

Shades of Lime Green #31F231

Tints of Lime Green #31F231

RGB

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

 GREEN value IS 242 (94.92% from 255) = 71.18%

 BLUE value IS 49 (19.53% from 255) = 14.41%

R = 14.41%
G = 71.18%
B = 14.41%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#31F231 (or 0x31F231) is known color: Lime Green. HEX triplet: 31, F2 and 31. RGB value is (49,242,49). Sum of RGB (Red+Green+Blue) = 49+242+49=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 242 (94.92% from 255 or 71.18% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 242 - color contains mainly: green. Hex color #31F231 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F231 is #CE0DCE. Grayscale: #A2A2A2. Windows color (decimal): -13503951 or 3273265. OLE color: 3273265.

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

Color convert

RGB 49 242 49 -
CMYK 0.80 0 0.80 0.05
HSL 120º 0.88% 0.57% -
HSV(B) 120º 0.8% 0.95% -
XYZ 33.57 64.38 13.56 -
YUV 162.29 64.06 47.19 -
System Red Green Blue C M Y K H S L
Decimal 49 242 49 0.80 0 0.80 0.05 120 0.88 0.57
Hex 31 F2 31 50 0 50 5 78 58 39
Octal 61 362 61 120 0 120 5 170 130 71
Binary 110001 11110010 110001 1010000 0 1010000 101 1111000 1011000 111001

Color Harmonies of #31F231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F231

Black with #31F231

Text Example


Text Example

White with #31F231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,242,49); }

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

background-color css

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

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

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

border-color css

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

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

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