Html Css Color HEX #31EF4A Lime Green

📋 copy color: '#31EF4A'

red 49 ◦ green 239 ◦ blue 74

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

Shades of Lime Green #31EF4A

Tints of Lime Green #31EF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.44%

R = 13.54%
G = 66.02%
B = 20.44%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#31EF4A (or 0x31EF4A) is known color: Lime Green. HEX triplet: 31, EF and 4A. RGB value is (49,239,74). Sum of RGB (Red+Green+Blue) = 49+239+74=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 239 (93.75% from 255 or 66.02% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 239 - color contains mainly: green. Hex color #31EF4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EF4A is #CE10B5. Grayscale: #A3A3A3. Windows color (decimal): -13504694 or 4910897. OLE color: 4910897.

HSL color Cylindrical-coordinate representation of color #31EF4A: hue angle of 127.89º 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 #31EF4A is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 239 74 -
CMYK 0.79 0 0.69 0.06
HSL 127.89º 0.86% 0.56% -
HSV(B) 127.89º 0.79% 0.94% -
XYZ 33.37 62.88 16.86 -
YUV 163.38 77.55 46.42 -
System Red Green Blue C M Y K H S L
Decimal 49 239 74 0.79 0 0.69 0.06 127.89 0.86 0.56
Hex 31 EF 4A 4F 0 45 6 80 56 38
Octal 61 357 112 117 0 105 6 200 126 70
Binary 110001 11101111 1001010 1001111 0 1000101 110 10000000 1010110 111000

Color Harmonies of #31EF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EF4A

Black with #31EF4A

Text Example


Text Example

White with #31EF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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