Html Css Color HEX #2FE548 Lime Green

📋 copy color: '#2FE548'

red 47 ◦ green 229 ◦ blue 72

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

Shades of Lime Green #2FE548

Tints of Lime Green #2FE548

RGB

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

 GREEN value IS 229 (89.84% from 255) = 65.8%

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

R = 13.51%
G = 65.8%
B = 20.69%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#2FE548 (or 0x2FE548) is known color: Lime Green. HEX triplet: 2F, E5 and 48. RGB value is (47,229,72). Sum of RGB (Red+Green+Blue) = 47+229+72=348 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.51% from 348); Green value is 229 (89.84% from 255 or 65.80% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE548 is #D01AB7. Grayscale: #9D9D9D. Windows color (decimal): -13638328 or 4777263. OLE color: 4777263.

HSL color Cylindrical-coordinate representation of color #2FE548: hue angle of 128.24º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE548 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 47 229 72 -
CMYK 0.79 0 0.69 0.10
HSL 128.24º 0.78% 0.54% -
HSV(B) 128.24º 0.79% 0.9% -
XYZ 30.36 57.11 15.55 -
YUV 156.68 80.2 49.77 -
System Red Green Blue C M Y K H S L
Decimal 47 229 72 0.79 0 0.69 0.10 128.24 0.78 0.54
Hex 2F E5 48 4F 0 45 A 80 4E 36
Octal 57 345 110 117 0 105 12 200 116 66
Binary 101111 11100101 1001000 1001111 0 1000101 1010 10000000 1001110 110110

Color Harmonies of #2FE548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE548

Black with #2FE548

Text Example


Text Example

White with #2FE548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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