Html Css Color HEX #2FD917 Lime Green

📋 copy color: '#2FD917'

red 47 ◦ green 217 ◦ blue 23

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

Shades of Lime Green #2FD917

Tints of Lime Green #2FD917

RGB

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

 GREEN value IS 217 (85.16% from 255) = 75.61%

 BLUE value IS 23 (9.38% from 255) = 8.01%

R = 16.38%
G = 75.61%
B = 8.01%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#2FD917 (or 0x2FD917) is known color: Lime Green. HEX triplet: 2F, D9 and 17. RGB value is (47,217,23). Sum of RGB (Red+Green+Blue) = 47+217+23=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 217 (85.16% from 255 or 75.61% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD917 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD917 is #D026E8. Grayscale: #909090. Windows color (decimal): -13641449 or 1562927. OLE color: 1562927.

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

Color convert

RGB 47 217 23 -
CMYK 0.78 0 0.89 0.15
HSL 112.58º 0.81% 0.47% -
HSV(B) 112.58º 0.89% 0.85% -
XYZ 26.14 50.29 9.14 -
YUV 144.05 59.68 58.77 -
System Red Green Blue C M Y K H S L
Decimal 47 217 23 0.78 0 0.89 0.15 112.58 0.81 0.47
Hex 2F D9 17 4E 0 59 F 71 51 2F
Octal 57 331 27 116 0 131 17 161 121 57
Binary 101111 11011001 10111 1001110 0 1011001 1111 1110001 1010001 101111

Color Harmonies of #2FD917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD917

Black with #2FD917

Text Example


Text Example

White with #2FD917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,217,23); }

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

background-color css

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

 a { background-color: rgb(47,217,23); }

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

border-color css

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

 span { border-color: rgb(47,217,23); }

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