Html Css Color HEX #2FAC31 Lime Green

📋 copy color: '#2FAC31'

red 47 ◦ green 172 ◦ blue 49

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

Shades of Lime Green #2FAC31

Tints of Lime Green #2FAC31

RGB

 RED value IS 47 (18.75% from 255) = 17.54%

 GREEN value IS 172 (67.58% from 255) = 64.18%

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

R = 17.54%
G = 64.18%
B = 18.28%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#2FAC31 (or 0x2FAC31) is known color: Lime Green. HEX triplet: 2F, AC and 31. RGB value is (47,172,49). Sum of RGB (Red+Green+Blue) = 47+172+49=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 172 (67.58% from 255 or 64.18% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAC31 is #D053CE. Grayscale: #787878. Windows color (decimal): -13652943 or 3255343. OLE color: 3255343.

HSL color Cylindrical-coordinate representation of color #2FAC31: hue angle of 120.96º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAC31 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 172 49 -
CMYK 0.73 0 0.72 0.33
HSL 120.96º 0.57% 0.43% -
HSV(B) 120.96º 0.73% 0.67% -
XYZ 16.48 30.33 7.89 -
YUV 120.6 87.59 75.5 -
System Red Green Blue C M Y K H S L
Decimal 47 172 49 0.73 0 0.72 0.33 120.96 0.57 0.43
Hex 2F AC 31 49 0 48 21 79 39 2B
Octal 57 254 61 111 0 110 41 171 71 53
Binary 101111 10101100 110001 1001001 0 1001000 100001 1111001 111001 101011

Color Harmonies of #2FAC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAC31

Black with #2FAC31

Text Example


Text Example

White with #2FAC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FAC31; }

 p { color: rgb(47,172,49); }

 H1.HeaderClassName
 {
   color: #2FAC31;
 }
 .AnyTagClassName
 {
   color: #2FAC31;
 }
</style>

background-color css

<style>
 a { background-color: #2FAC31; }

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

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

border-color css

<style>
 span { border-color: #2FAC31; }

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

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