Html Css Color HEX #2FD548 Lime Green

📋 copy color: '#2FD548'

red 47 ◦ green 213 ◦ blue 72

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

Shades of Lime Green #2FD548

Tints of Lime Green #2FD548

RGB

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

 GREEN value IS 213 (83.59% from 255) = 64.16%

 BLUE value IS 72 (28.52% from 255) = 21.69%

R = 14.16%
G = 64.16%
B = 21.69%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#2FD548 (or 0x2FD548) is known color: Lime Green. HEX triplet: 2F, D5 and 48. RGB value is (47,213,72). Sum of RGB (Red+Green+Blue) = 47+213+72=332 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.16% from 332); Green value is 213 (83.59% from 255 or 64.16% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD548 is #D02AB7. Grayscale: #939393. Windows color (decimal): -13642424 or 4773167. OLE color: 4773167.

HSL color Cylindrical-coordinate representation of color #2FD548: hue angle of 129.04º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD548 is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 213 72 -
CMYK 0.78 0 0.66 0.16
HSL 129.04º 0.66% 0.51% -
HSV(B) 129.04º 0.78% 0.84% -
XYZ 26.14 48.66 14.15 -
YUV 147.29 85.5 56.46 -
System Red Green Blue C M Y K H S L
Decimal 47 213 72 0.78 0 0.66 0.16 129.04 0.66 0.51
Hex 2F D5 48 4E 0 42 10 81 42 33
Octal 57 325 110 116 0 102 20 201 102 63
Binary 101111 11010101 1001000 1001110 0 1000010 10000 10000001 1000010 110011

Color Harmonies of #2FD548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD548

Black with #2FD548

Text Example


Text Example

White with #2FD548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,213,72); }

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

background-color css

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

 a { background-color: rgb(47,213,72); }

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

border-color css

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

 span { border-color: rgb(47,213,72); }

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