Html Css Color HEX #2FE017 Lime Green

📋 copy color: '#2FE017'

red 47 ◦ green 224 ◦ blue 23

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

Shades of Lime Green #2FE017

Tints of Lime Green #2FE017

RGB

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

 GREEN value IS 224 (87.89% from 255) = 76.19%

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

R = 15.99%
G = 76.19%
B = 7.82%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#2FE017 (or 0x2FE017) is known color: Lime Green. HEX triplet: 2F, E0 and 17. RGB value is (47,224,23). Sum of RGB (Red+Green+Blue) = 47+224+23=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 224 (87.89% from 255 or 76.19% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE017 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FE017 is #D01FE8. Grayscale: #949494. Windows color (decimal): -13639657 or 1564719. OLE color: 1564719.

HSL color Cylindrical-coordinate representation of color #2FE017: hue angle of 112.84º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FE017 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 47 224 23 -
CMYK 0.79 0 0.90 0.12
HSL 112.84º 0.81% 0.48% -
HSV(B) 112.84º 0.9% 0.88% -
XYZ 27.98 53.98 9.75 -
YUV 148.16 57.36 55.84 -
System Red Green Blue C M Y K H S L
Decimal 47 224 23 0.79 0 0.90 0.12 112.84 0.81 0.48
Hex 2F E0 17 4F 0 5A C 71 51 30
Octal 57 340 27 117 0 132 14 161 121 60
Binary 101111 11100000 10111 1001111 0 1011010 1100 1110001 1010001 110000

Color Harmonies of #2FE017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE017

Black with #2FE017

Text Example


Text Example

White with #2FE017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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