Html Css Color HEX #2FD615 Lime Green

📋 copy color: '#2FD615'

red 47 ◦ green 214 ◦ blue 21

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

Shades of Lime Green #2FD615

Tints of Lime Green #2FD615

RGB

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

 GREEN value IS 214 (83.98% from 255) = 75.89%

 BLUE value IS 21 (8.59% from 255) = 7.45%

R = 16.67%
G = 75.89%
B = 7.45%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#2FD615 (or 0x2FD615) is known color: Lime Green. HEX triplet: 2F, D6 and 15. RGB value is (47,214,21). Sum of RGB (Red+Green+Blue) = 47+214+21=282 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.67% from 282); Green value is 214 (83.98% from 255 or 75.89% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD615 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD615 is #D029EA. Grayscale: #8E8E8E. Windows color (decimal): -13642219 or 1431087. OLE color: 1431087.

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

Color convert

RGB 47 214 21 -
CMYK 0.78 0 0.90 0.16
HSL 111.92º 0.82% 0.46% -
HSV(B) 111.92º 0.9% 0.84% -
XYZ 25.35 48.75 8.78 -
YUV 142.07 59.67 60.19 -
System Red Green Blue C M Y K H S L
Decimal 47 214 21 0.78 0 0.90 0.16 111.92 0.82 0.46
Hex 2F D6 15 4E 0 5A 10 70 52 2E
Octal 57 326 25 116 0 132 20 160 122 56
Binary 101111 11010110 10101 1001110 0 1011010 10000 1110000 1010010 101110

Color Harmonies of #2FD615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD615

Black with #2FD615

Text Example


Text Example

White with #2FD615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,214,21); }

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

background-color css

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

 a { background-color: rgb(47,214,21); }

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

border-color css

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

 span { border-color: rgb(47,214,21); }

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