Html Css Color HEX #2FFB40 Lime Green

📋 copy color: '#2FFB40'

red 47 ◦ green 251 ◦ blue 64

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

Shades of Lime Green #2FFB40

Tints of Lime Green #2FFB40

RGB

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

 GREEN value IS 251 (98.44% from 255) = 69.34%

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

R = 12.98%
G = 69.34%
B = 17.68%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#2FFB40 (or 0x2FFB40) is known color: Lime Green. HEX triplet: 2F, FB and 40. RGB value is (47,251,64). Sum of RGB (Red+Green+Blue) = 47+251+64=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 251 (98.44% from 255 or 69.34% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFB40 is #D004BF. Grayscale: #A9A9A9. Windows color (decimal): -13632704 or 4258607. OLE color: 4258607.

HSL color Cylindrical-coordinate representation of color #2FFB40: hue angle of 125º degrees, saturation: 0.96, 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 #2FFB40 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 251 64 -
CMYK 0.81 0 0.75 0.02
HSL 125º 0.96% 0.58% -
HSV(B) 125º 0.81% 0.98% -
XYZ 36.59 69.97 16.43 -
YUV 168.69 68.91 41.21 -
System Red Green Blue C M Y K H S L
Decimal 47 251 64 0.81 0 0.75 0.02 125 0.96 0.58
Hex 2F FB 40 51 0 4B 2 7D 60 3A
Octal 57 373 100 121 0 113 2 175 140 72
Binary 101111 11111011 1000000 1010001 0 1001011 10 1111101 1100000 111010

Color Harmonies of #2FFB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFB40

Black with #2FFB40

Text Example


Text Example

White with #2FFB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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