Html Css Color HEX #2FAD2C Lime Green

📋 copy color: '#2FAD2C'

red 47 ◦ green 173 ◦ blue 44

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

Shades of Lime Green #2FAD2C

Tints of Lime Green #2FAD2C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 65.53%

 BLUE value IS 44 (17.58% from 255) = 16.67%

R = 17.8%
G = 65.53%
B = 16.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#2FAD2C (or 0x2FAD2C) is known color: Lime Green. HEX triplet: 2F, AD and 2C. RGB value is (47,173,44). Sum of RGB (Red+Green+Blue) = 47+173+44=264 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.80% from 264); Green value is 173 (67.97% from 255 or 65.53% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAD2C is #D052D3. Grayscale: #797979. Windows color (decimal): -13652692 or 2927919. OLE color: 2927919.

HSL color Cylindrical-coordinate representation of color #2FAD2C: hue angle of 118.6º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FAD2C is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 47 173 44 -
CMYK 0.73 0 0.75 0.32
HSL 118.6º 0.59% 0.43% -
HSV(B) 118.6º 0.75% 0.68% -
XYZ 16.57 30.67 7.43 -
YUV 120.62 84.76 75.49 -
System Red Green Blue C M Y K H S L
Decimal 47 173 44 0.73 0 0.75 0.32 118.6 0.59 0.43
Hex 2F AD 2C 49 0 4B 20 77 3B 2B
Octal 57 255 54 111 0 113 40 167 73 53
Binary 101111 10101101 101100 1001001 0 1001011 100000 1110111 111011 101011

Color Harmonies of #2FAD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAD2C

Black with #2FAD2C

Text Example


Text Example

White with #2FAD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,173,44); }

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

background-color css

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

 a { background-color: rgb(47,173,44); }

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

border-color css

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

 span { border-color: rgb(47,173,44); }

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