Html Css Color HEX #2FDC3E Lime Green

📋 copy color: '#2FDC3E'

red 47 ◦ green 220 ◦ blue 62

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

Shades of Lime Green #2FDC3E

Tints of Lime Green #2FDC3E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 66.87%

 BLUE value IS 62 (24.61% from 255) = 18.84%

R = 14.29%
G = 66.87%
B = 18.84%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#2FDC3E (or 0x2FDC3E) is known color: Lime Green. HEX triplet: 2F, DC and 3E. RGB value is (47,220,62). Sum of RGB (Red+Green+Blue) = 47+220+62=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 220 (86.33% from 255 or 66.87% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDC3E is #D023C1. Grayscale: #969696. Windows color (decimal): -13640642 or 4119599. OLE color: 4119599.

HSL color Cylindrical-coordinate representation of color #2FDC3E: hue angle of 125.2º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDC3E is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 220 62 -
CMYK 0.79 0 0.72 0.14
HSL 125.2º 0.71% 0.52% -
HSV(B) 125.2º 0.79% 0.86% -
XYZ 27.63 52.14 13.16 -
YUV 150.26 78.19 54.35 -
System Red Green Blue C M Y K H S L
Decimal 47 220 62 0.79 0 0.72 0.14 125.2 0.71 0.52
Hex 2F DC 3E 4F 0 48 E 7D 47 34
Octal 57 334 76 117 0 110 16 175 107 64
Binary 101111 11011100 111110 1001111 0 1001000 1110 1111101 1000111 110100

Color Harmonies of #2FDC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDC3E

Black with #2FDC3E

Text Example


Text Example

White with #2FDC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,220,62); }

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

background-color css

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

 a { background-color: rgb(47,220,62); }

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

border-color css

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

 span { border-color: rgb(47,220,62); }

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