Html Css Color HEX #2FAD25 Lime Green

📋 copy color: '#2FAD25'

red 47 ◦ green 173 ◦ blue 37

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

Shades of Lime Green #2FAD25

Tints of Lime Green #2FAD25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.4%

R = 18.29%
G = 67.32%
B = 14.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#2FAD25 (or 0x2FAD25) is known color: Lime Green. HEX triplet: 2F, AD and 25. RGB value is (47,173,37). Sum of RGB (Red+Green+Blue) = 47+173+37=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 173 (67.97% from 255 or 67.32% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAD25 is #D052DA. Grayscale: #787878. Windows color (decimal): -13652699 or 2469167. OLE color: 2469167.

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

Color convert

RGB 47 173 37 -
CMYK 0.73 0 0.79 0.32
HSL 115.59º 0.65% 0.41% -
HSV(B) 115.59º 0.79% 0.68% -
XYZ 16.45 30.63 6.79 -
YUV 119.82 81.26 76.06 -
System Red Green Blue C M Y K H S L
Decimal 47 173 37 0.73 0 0.79 0.32 115.59 0.65 0.41
Hex 2F AD 25 49 0 4F 20 74 41 29
Octal 57 255 45 111 0 117 40 164 101 51
Binary 101111 10101101 100101 1001001 0 1001111 100000 1110100 1000001 101001

Color Harmonies of #2FAD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAD25

Black with #2FAD25

Text Example


Text Example

White with #2FAD25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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