Html Css Color HEX #2FD710 Lime Green

📋 copy color: '#2FD710'

red 47 ◦ green 215 ◦ blue 16

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

Shades of Lime Green #2FD710

Tints of Lime Green #2FD710

RGB

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

 GREEN value IS 215 (84.38% from 255) = 77.34%

 BLUE value IS 16 (6.64% from 255) = 5.76%

R = 16.91%
G = 77.34%
B = 5.76%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#2FD710 (or 0x2FD710) is known color: Lime Green. HEX triplet: 2F, D7 and 10. RGB value is (47,215,16). Sum of RGB (Red+Green+Blue) = 47+215+16=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 215 (84.38% from 255 or 77.34% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 215 - color contains mainly: green. Hex color #2FD710 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD710 is #D028EF. Grayscale: #8E8E8E. Windows color (decimal): -13641968 or 1103663. OLE color: 1103663.

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

Color convert

RGB 47 215 16 -
CMYK 0.78 0 0.93 0.16
HSL 110.65º 0.86% 0.45% -
HSV(B) 110.65º 0.93% 0.84% -
XYZ 25.57 49.24 8.65 -
YUV 142.08 56.84 60.18 -
System Red Green Blue C M Y K H S L
Decimal 47 215 16 0.78 0 0.93 0.16 110.65 0.86 0.45
Hex 2F D7 10 4E 0 5D 10 6F 56 2D
Octal 57 327 20 116 0 135 20 157 126 55
Binary 101111 11010111 10000 1001110 0 1011101 10000 1101111 1010110 101101

Color Harmonies of #2FD710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD710

Black with #2FD710

Text Example


Text Example

White with #2FD710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,215,16); }

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

background-color css

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

 a { background-color: rgb(47,215,16); }

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

border-color css

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

 span { border-color: rgb(47,215,16); }

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