Html Css Color HEX #31F240 Lime Green

📋 copy color: '#31F240'

red 49 ◦ green 242 ◦ blue 64

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

Shades of Lime Green #31F240

Tints of Lime Green #31F240

RGB

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

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

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

R = 13.8%
G = 68.17%
B = 18.03%

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

#31F240 (or 0x31F240) is known color: Lime Green. HEX triplet: 31, F2 and 40. RGB value is (49,242,64). Sum of RGB (Red+Green+Blue) = 49+242+64=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 242 (94.92% from 255 or 68.17% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 242 - color contains mainly: green. Hex color #31F240 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F240 is #CE0DBF. Grayscale: #A4A4A4. Windows color (decimal): -13503936 or 4256305. OLE color: 4256305.

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

Color convert

RGB 49 242 64 -
CMYK 0.80 0 0.74 0.05
HSL 124.66º 0.88% 0.57% -
HSV(B) 124.66º 0.8% 0.95% -
XYZ 33.94 64.53 15.52 -
YUV 164 71.56 45.97 -
System Red Green Blue C M Y K H S L
Decimal 49 242 64 0.80 0 0.74 0.05 124.66 0.88 0.57
Hex 31 F2 40 50 0 4A 5 7D 58 39
Octal 61 362 100 120 0 112 5 175 130 71
Binary 110001 11110010 1000000 1010000 0 1001010 101 1111101 1011000 111001

Color Harmonies of #31F240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F240

Black with #31F240

Text Example


Text Example

White with #31F240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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