Html Css Color HEX #2FAF25 Lime Green

📋 copy color: '#2FAF25'

red 47 ◦ green 175 ◦ blue 37

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

Shades of Lime Green #2FAF25

Tints of Lime Green #2FAF25

RGB

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

 GREEN value IS 175 (68.75% from 255) = 67.57%

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

R = 18.15%
G = 67.57%
B = 14.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#2FAF25 (or 0x2FAF25) is known color: Lime Green. HEX triplet: 2F, AF and 25. RGB value is (47,175,37). Sum of RGB (Red+Green+Blue) = 47+175+37=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 175 (68.75% from 255 or 67.57% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAF25 is #D050DA. Grayscale: #797979. Windows color (decimal): -13652187 or 2469679. OLE color: 2469679.

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

Color convert

RGB 47 175 37 -
CMYK 0.73 0 0.79 0.31
HSL 115.65º 0.65% 0.42% -
HSV(B) 115.65º 0.79% 0.69% -
XYZ 16.84 31.4 6.92 -
YUV 121 80.59 75.22 -
System Red Green Blue C M Y K H S L
Decimal 47 175 37 0.73 0 0.79 0.31 115.65 0.65 0.42
Hex 2F AF 25 49 0 4F 1F 74 41 2A
Octal 57 257 45 111 0 117 37 164 101 52
Binary 101111 10101111 100101 1001001 0 1001111 11111 1110100 1000001 101010

Color Harmonies of #2FAF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAF25

Black with #2FAF25

Text Example


Text Example

White with #2FAF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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