Html Css Color HEX #2FBF41 Lime Green

📋 copy color: '#2FBF41'

red 47 ◦ green 191 ◦ blue 65

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

Shades of Lime Green #2FBF41

Tints of Lime Green #2FBF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.45%

R = 15.51%
G = 63.04%
B = 21.45%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#2FBF41 (or 0x2FBF41) is known color: Lime Green. HEX triplet: 2F, BF and 41. RGB value is (47,191,65). Sum of RGB (Red+Green+Blue) = 47+191+65=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 191 (75% from 255 or 63.04% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 191 - color contains mainly: green. Hex color #2FBF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBF41 is #D040BE. Grayscale: #858585. Windows color (decimal): -13648063 or 4308783. OLE color: 4308783.

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

Color convert

RGB 47 191 65 -
CMYK 0.75 0 0.66 0.25
HSL 127.5º 0.61% 0.47% -
HSV(B) 127.5º 0.75% 0.75% -
XYZ 20.76 38.25 11.29 -
YUV 133.58 89.29 66.25 -
System Red Green Blue C M Y K H S L
Decimal 47 191 65 0.75 0 0.66 0.25 127.5 0.61 0.47
Hex 2F BF 41 4B 0 42 19 80 3D 2F
Octal 57 277 101 113 0 102 31 200 75 57
Binary 101111 10111111 1000001 1001011 0 1000010 11001 10000000 111101 101111

Color Harmonies of #2FBF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBF41

Black with #2FBF41

Text Example


Text Example

White with #2FBF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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