Html Css Color HEX #31BF4A Lime Green

📋 copy color: '#31BF4A'

red 49 ◦ green 191 ◦ blue 74

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

Shades of Lime Green #31BF4A

Tints of Lime Green #31BF4A

RGB

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

 GREEN value IS 191 (75% from 255) = 60.83%

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

R = 15.61%
G = 60.83%
B = 23.57%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#31BF4A (or 0x31BF4A) is known color: Lime Green. HEX triplet: 31, BF and 4A. RGB value is (49,191,74). Sum of RGB (Red+Green+Blue) = 49+191+74=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 191 (75% from 255 or 60.83% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BF4A is #CE40B5. Grayscale: #878787. Windows color (decimal): -13516982 or 4898609. OLE color: 4898609.

HSL color Cylindrical-coordinate representation of color #31BF4A: hue angle of 130.56º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BF4A is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 191 74 -
CMYK 0.74 0 0.61 0.25
HSL 130.56º 0.59% 0.47% -
HSV(B) 130.56º 0.74% 0.75% -
XYZ 21.13 38.41 12.78 -
YUV 135.2 93.46 66.51 -
System Red Green Blue C M Y K H S L
Decimal 49 191 74 0.74 0 0.61 0.25 130.56 0.59 0.47
Hex 31 BF 4A 4A 0 3D 19 83 3B 2F
Octal 61 277 112 112 0 75 31 203 73 57
Binary 110001 10111111 1001010 1001010 0 111101 11001 10000011 111011 101111

Color Harmonies of #31BF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BF4A

Black with #31BF4A

Text Example


Text Example

White with #31BF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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