Html Css Color HEX #2FBA40 Lime Green

📋 copy color: '#2FBA40'

red 47 ◦ green 186 ◦ blue 64

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

Shades of Lime Green #2FBA40

Tints of Lime Green #2FBA40

RGB

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

 GREEN value IS 186 (73.05% from 255) = 62.63%

 BLUE value IS 64 (25.39% from 255) = 21.55%

R = 15.82%
G = 62.63%
B = 21.55%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#2FBA40 (or 0x2FBA40) is known color: Lime Green. HEX triplet: 2F, BA and 40. RGB value is (47,186,64). Sum of RGB (Red+Green+Blue) = 47+186+64=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 186 (73.05% from 255 or 62.63% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBA40 is #D045BF. Grayscale: #828282. Windows color (decimal): -13649344 or 4241967. OLE color: 4241967.

HSL color Cylindrical-coordinate representation of color #2FBA40: hue angle of 127.34º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBA40 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 186 64 -
CMYK 0.75 0 0.66 0.27
HSL 127.34º 0.6% 0.46% -
HSV(B) 127.34º 0.75% 0.73% -
XYZ 19.66 36.09 10.78 -
YUV 130.53 90.45 68.42 -
System Red Green Blue C M Y K H S L
Decimal 47 186 64 0.75 0 0.66 0.27 127.34 0.6 0.46
Hex 2F BA 40 4B 0 42 1B 7F 3C 2E
Octal 57 272 100 113 0 102 33 177 74 56
Binary 101111 10111010 1000000 1001011 0 1000010 11011 1111111 111100 101110

Color Harmonies of #2FBA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBA40

Black with #2FBA40

Text Example


Text Example

White with #2FBA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,186,64); }

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

background-color css

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

 a { background-color: rgb(47,186,64); }

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

border-color css

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

 span { border-color: rgb(47,186,64); }

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