Html Css Color HEX #2FAC30 Lime Green

📋 copy color: '#2FAC30'

red 47 ◦ green 172 ◦ blue 48

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

Shades of Lime Green #2FAC30

Tints of Lime Green #2FAC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.98%

R = 17.6%
G = 64.42%
B = 17.98%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#2FAC30 (or 0x2FAC30) is known color: Lime Green. HEX triplet: 2F, AC and 30. RGB value is (47,172,48). Sum of RGB (Red+Green+Blue) = 47+172+48=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 172 (67.58% from 255 or 64.42% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAC30 is #D053CF. Grayscale: #787878. Windows color (decimal): -13652944 or 3189807. OLE color: 3189807.

HSL color Cylindrical-coordinate representation of color #2FAC30: hue angle of 120.48º 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 #2FAC30 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 172 48 -
CMYK 0.73 0 0.72 0.33
HSL 120.48º 0.57% 0.43% -
HSV(B) 120.48º 0.73% 0.67% -
XYZ 16.46 30.32 7.78 -
YUV 120.49 87.09 75.58 -
System Red Green Blue C M Y K H S L
Decimal 47 172 48 0.73 0 0.72 0.33 120.48 0.57 0.43
Hex 2F AC 30 49 0 48 21 78 39 2B
Octal 57 254 60 111 0 110 41 170 71 53
Binary 101111 10101100 110000 1001001 0 1001000 100001 1111000 111001 101011

Color Harmonies of #2FAC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAC30

Black with #2FAC30

Text Example


Text Example

White with #2FAC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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