Html Css Color HEX #2FFD46 Lime Green

📋 copy color: '#2FFD46'

red 47 ◦ green 253 ◦ blue 70

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

Shades of Lime Green #2FFD46

Tints of Lime Green #2FFD46

RGB

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

 GREEN value IS 253 (99.22% from 255) = 68.38%

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

R = 12.7%
G = 68.38%
B = 18.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#2FFD46 (or 0x2FFD46) is known color: Lime Green. HEX triplet: 2F, FD and 46. RGB value is (47,253,70). Sum of RGB (Red+Green+Blue) = 47+253+70=370 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.70% from 370); Green value is 253 (99.22% from 255 or 68.38% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFD46 is #D002B9. Grayscale: #ABABAB. Windows color (decimal): -13632186 or 4652335. OLE color: 4652335.

HSL color Cylindrical-coordinate representation of color #2FFD46: hue angle of 126.7º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFD46 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 253 70 -
CMYK 0.81 0 0.72 0.01
HSL 126.7º 0.98% 0.59% -
HSV(B) 126.7º 0.81% 0.99% -
XYZ 37.4 71.3 17.58 -
YUV 170.54 71.25 39.88 -
System Red Green Blue C M Y K H S L
Decimal 47 253 70 0.81 0 0.72 0.01 126.7 0.98 0.59
Hex 2F FD 46 51 0 48 1 7F 62 3B
Octal 57 375 106 121 0 110 1 177 142 73
Binary 101111 11111101 1000110 1010001 0 1001000 1 1111111 1100010 111011

Color Harmonies of #2FFD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFD46

Black with #2FFD46

Text Example


Text Example

White with #2FFD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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