Html Css Color HEX #2FAC38 Lime Green

📋 copy color: '#2FAC38'

red 47 ◦ green 172 ◦ blue 56

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

Shades of Lime Green #2FAC38

Tints of Lime Green #2FAC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.36%

R = 17.09%
G = 62.55%
B = 20.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#2FAC38 (or 0x2FAC38) is known color: Lime Green. HEX triplet: 2F, AC and 38. RGB value is (47,172,56). Sum of RGB (Red+Green+Blue) = 47+172+56=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 172 (67.58% from 255 or 62.55% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAC38 is #D053C7. Grayscale: #797979. Windows color (decimal): -13652936 or 3714095. OLE color: 3714095.

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

Color convert

RGB 47 172 56 -
CMYK 0.73 0 0.67 0.33
HSL 124.32º 0.57% 0.43% -
HSV(B) 124.32º 0.73% 0.67% -
XYZ 16.64 30.39 8.73 -
YUV 121.4 91.09 74.93 -
System Red Green Blue C M Y K H S L
Decimal 47 172 56 0.73 0 0.67 0.33 124.32 0.57 0.43
Hex 2F AC 38 49 0 43 21 7C 39 2B
Octal 57 254 70 111 0 103 41 174 71 53
Binary 101111 10101100 111000 1001001 0 1000011 100001 1111100 111001 101011

Color Harmonies of #2FAC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAC38

Black with #2FAC38

Text Example


Text Example

White with #2FAC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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