Html Css Color HEX #2FFA40 Lime Green

📋 copy color: '#2FFA40'

red 47 ◦ green 250 ◦ blue 64

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

Shades of Lime Green #2FFA40

Tints of Lime Green #2FFA40

RGB

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

 GREEN value IS 250 (98.05% from 255) = 69.25%

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

R = 13.02%
G = 69.25%
B = 17.73%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#2FFA40 (or 0x2FFA40) is known color: Lime Green. HEX triplet: 2F, FA and 40. RGB value is (47,250,64). Sum of RGB (Red+Green+Blue) = 47+250+64=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 250 (98.05% from 255 or 69.25% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFA40 is #D005BF. Grayscale: #A8A8A8. Windows color (decimal): -13632960 or 4258351. OLE color: 4258351.

HSL color Cylindrical-coordinate representation of color #2FFA40: hue angle of 125.02º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFA40 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 250 64 -
CMYK 0.81 0 0.74 0.02
HSL 125.02º 0.95% 0.58% -
HSV(B) 125.02º 0.81% 0.98% -
XYZ 36.28 69.35 16.32 -
YUV 168.1 69.25 41.62 -
System Red Green Blue C M Y K H S L
Decimal 47 250 64 0.81 0 0.74 0.02 125.02 0.95 0.58
Hex 2F FA 40 51 0 4A 2 7D 5F 3A
Octal 57 372 100 121 0 112 2 175 137 72
Binary 101111 11111010 1000000 1010001 0 1001010 10 1111101 1011111 111010

Color Harmonies of #2FFA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFA40

Black with #2FFA40

Text Example


Text Example

White with #2FFA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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