Html Css Color HEX #2FAC25 Lime Green

📋 copy color: '#2FAC25'

red 47 ◦ green 172 ◦ blue 37

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

Shades of Lime Green #2FAC25

Tints of Lime Green #2FAC25

RGB

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

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

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

R = 18.36%
G = 67.19%
B = 14.45%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#2FAC25 (or 0x2FAC25) is known color: Lime Green. HEX triplet: 2F, AC and 25. RGB value is (47,172,37). Sum of RGB (Red+Green+Blue) = 47+172+37=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 172 (67.58% from 255 or 67.19% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAC25 is #D053DA. Grayscale: #777777. Windows color (decimal): -13652955 or 2468911. OLE color: 2468911.

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

Color convert

RGB 47 172 37 -
CMYK 0.73 0 0.78 0.33
HSL 115.56º 0.65% 0.41% -
HSV(B) 115.56º 0.78% 0.67% -
XYZ 16.26 30.24 6.73 -
YUV 119.24 81.59 76.48 -
System Red Green Blue C M Y K H S L
Decimal 47 172 37 0.73 0 0.78 0.33 115.56 0.65 0.41
Hex 2F AC 25 49 0 4E 21 74 41 29
Octal 57 254 45 111 0 116 41 164 101 51
Binary 101111 10101100 100101 1001001 0 1001110 100001 1110100 1000001 101001

Color Harmonies of #2FAC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAC25

Black with #2FAC25

Text Example


Text Example

White with #2FAC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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