Html Css Color HEX #2FDC3B Lime Green

📋 copy color: '#2FDC3B'

red 47 ◦ green 220 ◦ blue 59

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

Shades of Lime Green #2FDC3B

Tints of Lime Green #2FDC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.1%

R = 14.42%
G = 67.48%
B = 18.1%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#2FDC3B (or 0x2FDC3B) is known color: Lime Green. HEX triplet: 2F, DC and 3B. RGB value is (47,220,59). Sum of RGB (Red+Green+Blue) = 47+220+59=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 220 (86.33% from 255 or 67.48% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDC3B is #D023C4. Grayscale: #969696. Windows color (decimal): -13640645 or 3922991. OLE color: 3922991.

HSL color Cylindrical-coordinate representation of color #2FDC3B: hue angle of 124.16º 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 #2FDC3B is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 220 59 -
CMYK 0.79 0 0.73 0.14
HSL 124.16º 0.71% 0.52% -
HSV(B) 124.16º 0.79% 0.86% -
XYZ 27.55 52.11 12.74 -
YUV 149.92 76.69 54.59 -
System Red Green Blue C M Y K H S L
Decimal 47 220 59 0.79 0 0.73 0.14 124.16 0.71 0.52
Hex 2F DC 3B 4F 0 49 E 7C 47 34
Octal 57 334 73 117 0 111 16 174 107 64
Binary 101111 11011100 111011 1001111 0 1001001 1110 1111100 1000111 110100

Color Harmonies of #2FDC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDC3B

Black with #2FDC3B

Text Example


Text Example

White with #2FDC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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