Html Css Color HEX #2FD247 Lime Green

📋 copy color: '#2FD247'

red 47 ◦ green 210 ◦ blue 71

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

Shades of Lime Green #2FD247

Tints of Lime Green #2FD247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.65%

R = 14.33%
G = 64.02%
B = 21.65%

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

#2FD247 (or 0x2FD247) is known color: Lime Green. HEX triplet: 2F, D2 and 47. RGB value is (47,210,71). Sum of RGB (Red+Green+Blue) = 47+210+71=328 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.33% from 328); Green value is 210 (82.42% from 255 or 64.02% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 210 - color contains mainly: green. Hex color #2FD247 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD247 is #D02DB8. Grayscale: #919191. Windows color (decimal): -13643193 or 4706863. OLE color: 4706863.

HSL color Cylindrical-coordinate representation of color #2FD247: hue angle of 128.83º 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 #2FD247 is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 47 210 71 -
CMYK 0.78 0 0.66 0.18
HSL 128.83º 0.64% 0.5% -
HSV(B) 128.83º 0.78% 0.82% -
XYZ 25.36 47.15 13.73 -
YUV 145.42 86 57.8 -
System Red Green Blue C M Y K H S L
Decimal 47 210 71 0.78 0 0.66 0.18 128.83 0.64 0.5
Hex 2F D2 47 4E 0 42 12 81 40 32
Octal 57 322 107 116 0 102 22 201 100 62
Binary 101111 11010010 1000111 1001110 0 1000010 10010 10000001 1000000 110010

Color Harmonies of #2FD247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD247

Black with #2FD247

Text Example


Text Example

White with #2FD247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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