Html Css Color HEX #31EF3F Lime Green

📋 copy color: '#31EF3F'

red 49 ◦ green 239 ◦ blue 63

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

Shades of Lime Green #31EF3F

Tints of Lime Green #31EF3F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 68.09%

 BLUE value IS 63 (25% from 255) = 17.95%

R = 13.96%
G = 68.09%
B = 17.95%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#31EF3F (or 0x31EF3F) is known color: Lime Green. HEX triplet: 31, EF and 3F. RGB value is (49,239,63). Sum of RGB (Red+Green+Blue) = 49+239+63=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 239 (93.75% from 255 or 68.09% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 239 - color contains mainly: green. Hex color #31EF3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EF3F is #CE10C0. Grayscale: #A2A2A2. Windows color (decimal): -13504705 or 4190001. OLE color: 4190001.

HSL color Cylindrical-coordinate representation of color #31EF3F: hue angle of 124.42º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EF3F is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 239 63 -
CMYK 0.79 0 0.74 0.06
HSL 124.42º 0.86% 0.56% -
HSV(B) 124.42º 0.79% 0.94% -
XYZ 33.03 62.74 15.07 -
YUV 162.13 72.05 47.31 -
System Red Green Blue C M Y K H S L
Decimal 49 239 63 0.79 0 0.74 0.06 124.42 0.86 0.56
Hex 31 EF 3F 4F 0 4A 6 7C 56 38
Octal 61 357 77 117 0 112 6 174 126 70
Binary 110001 11101111 111111 1001111 0 1001010 110 1111100 1010110 111000

Color Harmonies of #31EF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EF3F

Black with #31EF3F

Text Example


Text Example

White with #31EF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,239,63); }

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

background-color css

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

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

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

border-color css

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

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

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