Html Css Color HEX #2FAD28 Lime Green

📋 copy color: '#2FAD28'

red 47 ◦ green 173 ◦ blue 40

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

Shades of Lime Green #2FAD28

Tints of Lime Green #2FAD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.38%

R = 18.08%
G = 66.54%
B = 15.38%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#2FAD28 (or 0x2FAD28) is known color: Lime Green. HEX triplet: 2F, AD and 28. RGB value is (47,173,40). Sum of RGB (Red+Green+Blue) = 47+173+40=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 173 (67.97% from 255 or 66.54% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAD28 is #D052D7. Grayscale: #787878. Windows color (decimal): -13652696 or 2665775. OLE color: 2665775.

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

Color convert

RGB 47 173 40 -
CMYK 0.73 0 0.77 0.32
HSL 116.84º 0.62% 0.42% -
HSV(B) 116.84º 0.77% 0.68% -
XYZ 16.5 30.64 7.05 -
YUV 120.16 82.76 75.81 -
System Red Green Blue C M Y K H S L
Decimal 47 173 40 0.73 0 0.77 0.32 116.84 0.62 0.42
Hex 2F AD 28 49 0 4D 20 75 3E 2A
Octal 57 255 50 111 0 115 40 165 76 52
Binary 101111 10101101 101000 1001001 0 1001101 100000 1110101 111110 101010

Color Harmonies of #2FAD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAD28

Black with #2FAD28

Text Example


Text Example

White with #2FAD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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