Html Css Color HEX #2FD810 Lime Green

📋 copy color: '#2FD810'

red 47 ◦ green 216 ◦ blue 16

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

Shades of Lime Green #2FD810

Tints of Lime Green #2FD810

RGB

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

 GREEN value IS 216 (84.77% from 255) = 77.42%

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

R = 16.85%
G = 77.42%
B = 5.73%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#2FD810 (or 0x2FD810) is known color: Lime Green. HEX triplet: 2F, D8 and 10. RGB value is (47,216,16). Sum of RGB (Red+Green+Blue) = 47+216+16=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 216 (84.77% from 255 or 77.42% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD810 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD810 is #D027EF. Grayscale: #8F8F8F. Windows color (decimal): -13641712 or 1103919. OLE color: 1103919.

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

Color convert

RGB 47 216 16 -
CMYK 0.78 0 0.93 0.15
HSL 110.7º 0.86% 0.45% -
HSV(B) 110.7º 0.93% 0.85% -
XYZ 25.82 49.75 8.73 -
YUV 142.67 56.51 59.76 -
System Red Green Blue C M Y K H S L
Decimal 47 216 16 0.78 0 0.93 0.15 110.7 0.86 0.45
Hex 2F D8 10 4E 0 5D F 6F 56 2D
Octal 57 330 20 116 0 135 17 157 126 55
Binary 101111 11011000 10000 1001110 0 1011101 1111 1101111 1010110 101101

Color Harmonies of #2FD810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD810

Black with #2FD810

Text Example


Text Example

White with #2FD810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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