Html Css Color HEX #2FD746 Lime Green

📋 copy color: '#2FD746'

red 47 ◦ green 215 ◦ blue 70

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

Shades of Lime Green #2FD746

Tints of Lime Green #2FD746

RGB

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

 GREEN value IS 215 (84.38% from 255) = 64.76%

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

R = 14.16%
G = 64.76%
B = 21.08%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#2FD746 (or 0x2FD746) is known color: Lime Green. HEX triplet: 2F, D7 and 46. RGB value is (47,215,70). Sum of RGB (Red+Green+Blue) = 47+215+70=332 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.16% from 332); Green value is 215 (84.38% from 255 or 64.76% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 215 - color contains mainly: green. Hex color #2FD746 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD746 is #D028B9. Grayscale: #949494. Windows color (decimal): -13641914 or 4642607. OLE color: 4642607.

HSL color Cylindrical-coordinate representation of color #2FD746: hue angle of 128.21º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD746 is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 215 70 -
CMYK 0.78 0 0.67 0.16
HSL 128.21º 0.68% 0.51% -
HSV(B) 128.21º 0.78% 0.84% -
XYZ 26.58 49.65 13.98 -
YUV 148.24 83.84 55.79 -
System Red Green Blue C M Y K H S L
Decimal 47 215 70 0.78 0 0.67 0.16 128.21 0.68 0.51
Hex 2F D7 46 4E 0 43 10 80 44 33
Octal 57 327 106 116 0 103 20 200 104 63
Binary 101111 11010111 1000110 1001110 0 1000011 10000 10000000 1000100 110011

Color Harmonies of #2FD746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD746

Black with #2FD746

Text Example


Text Example

White with #2FD746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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