Html Css Color HEX #2FD816 Lime Green

📋 copy color: '#2FD816'

red 47 ◦ green 216 ◦ blue 22

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

Shades of Lime Green #2FD816

Tints of Lime Green #2FD816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.72%

R = 16.49%
G = 75.79%
B = 7.72%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#2FD816 (or 0x2FD816) is known color: Lime Green. HEX triplet: 2F, D8 and 16. RGB value is (47,216,22). Sum of RGB (Red+Green+Blue) = 47+216+22=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 216 (84.77% from 255 or 75.79% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD816 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD816 is #D027E9. Grayscale: #8F8F8F. Windows color (decimal): -13641706 or 1497135. OLE color: 1497135.

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

Color convert

RGB 47 216 22 -
CMYK 0.78 0 0.90 0.15
HSL 112.27º 0.82% 0.47% -
HSV(B) 112.27º 0.9% 0.85% -
XYZ 25.87 49.77 9 -
YUV 143.35 59.51 59.27 -
System Red Green Blue C M Y K H S L
Decimal 47 216 22 0.78 0 0.90 0.15 112.27 0.82 0.47
Hex 2F D8 16 4E 0 5A F 70 52 2F
Octal 57 330 26 116 0 132 17 160 122 57
Binary 101111 11011000 10110 1001110 0 1011010 1111 1110000 1010010 101111

Color Harmonies of #2FD816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD816

Black with #2FD816

Text Example


Text Example

White with #2FD816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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