Html Css Color HEX #2FFA46 Lime Green

📋 copy color: '#2FFA46'

red 47 ◦ green 250 ◦ blue 70

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

Shades of Lime Green #2FFA46

Tints of Lime Green #2FFA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.07%

R = 12.81%
G = 68.12%
B = 19.07%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#2FFA46 (or 0x2FFA46) is known color: Lime Green. HEX triplet: 2F, FA and 46. RGB value is (47,250,70). Sum of RGB (Red+Green+Blue) = 47+250+70=367 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.81% from 367); Green value is 250 (98.05% from 255 or 68.12% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFA46 is #D005B9. Grayscale: #A9A9A9. Windows color (decimal): -13632954 or 4651567. OLE color: 4651567.

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

Color convert

RGB 47 250 70 -
CMYK 0.81 0 0.72 0.02
HSL 126.8º 0.95% 0.58% -
HSV(B) 126.8º 0.81% 0.98% -
XYZ 36.46 69.42 17.27 -
YUV 168.78 72.25 41.14 -
System Red Green Blue C M Y K H S L
Decimal 47 250 70 0.81 0 0.72 0.02 126.8 0.95 0.58
Hex 2F FA 46 51 0 48 2 7F 5F 3A
Octal 57 372 106 121 0 110 2 177 137 72
Binary 101111 11111010 1000110 1010001 0 1001000 10 1111111 1011111 111010

Color Harmonies of #2FFA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFA46

Black with #2FFA46

Text Example


Text Example

White with #2FFA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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