Html Css Color HEX #2FD248 Lime Green

📋 copy color: '#2FD248'

red 47 ◦ green 210 ◦ blue 72

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

Shades of Lime Green #2FD248

Tints of Lime Green #2FD248

RGB

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

 GREEN value IS 210 (82.42% from 255) = 63.83%

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

R = 14.29%
G = 63.83%
B = 21.88%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#2FD248 (or 0x2FD248) is known color: Lime Green. HEX triplet: 2F, D2 and 48. RGB value is (47,210,72). Sum of RGB (Red+Green+Blue) = 47+210+72=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 210 (82.42% from 255 or 63.83% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 210 - color contains mainly: green. Hex color #2FD248 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD248 is #D02DB7. Grayscale: #919191. Windows color (decimal): -13643192 or 4772399. OLE color: 4772399.

HSL color Cylindrical-coordinate representation of color #2FD248: hue angle of 129.2º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD248 is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 47 210 72 -
CMYK 0.78 0 0.66 0.18
HSL 129.2º 0.64% 0.5% -
HSV(B) 129.2º 0.78% 0.82% -
XYZ 25.39 47.17 13.9 -
YUV 145.53 86.5 57.72 -
System Red Green Blue C M Y K H S L
Decimal 47 210 72 0.78 0 0.66 0.18 129.2 0.64 0.5
Hex 2F D2 48 4E 0 42 12 81 40 32
Octal 57 322 110 116 0 102 22 201 100 62
Binary 101111 11010010 1001000 1001110 0 1000010 10010 10000001 1000000 110010

Color Harmonies of #2FD248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD248

Black with #2FD248

Text Example


Text Example

White with #2FD248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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