Html Css Color HEX #2FBF17 Lime Green

📋 copy color: '#2FBF17'

red 47 ◦ green 191 ◦ blue 23

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

Shades of Lime Green #2FBF17

Tints of Lime Green #2FBF17

RGB

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

 GREEN value IS 191 (75% from 255) = 73.18%

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

R = 18.01%
G = 73.18%
B = 8.81%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#2FBF17 (or 0x2FBF17) is known color: Lime Green. HEX triplet: 2F, BF and 17. RGB value is (47,191,23). Sum of RGB (Red+Green+Blue) = 47+191+23=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 191 (75% from 255 or 73.18% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 191 - color contains mainly: green. Hex color #2FBF17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBF17 is #D040E8. Grayscale: #818181. Windows color (decimal): -13648105 or 1556271. OLE color: 1556271.

HSL color Cylindrical-coordinate representation of color #2FBF17: hue angle of 111.43º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FBF17 is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 191 23 -
CMYK 0.75 0 0.88 0.25
HSL 111.43º 0.79% 0.42% -
HSV(B) 111.43º 0.88% 0.75% -
XYZ 19.96 37.93 7.08 -
YUV 128.79 68.29 69.66 -
System Red Green Blue C M Y K H S L
Decimal 47 191 23 0.75 0 0.88 0.25 111.43 0.79 0.42
Hex 2F BF 17 4B 0 58 19 6F 4F 2A
Octal 57 277 27 113 0 130 31 157 117 52
Binary 101111 10111111 10111 1001011 0 1011000 11001 1101111 1001111 101010

Color Harmonies of #2FBF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBF17

Black with #2FBF17

Text Example


Text Example

White with #2FBF17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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