Html Css Color HEX #2FDC32 Lime Green

📋 copy color: '#2FDC32'

red 47 ◦ green 220 ◦ blue 50

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

Shades of Lime Green #2FDC32

Tints of Lime Green #2FDC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.77%

R = 14.83%
G = 69.4%
B = 15.77%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#2FDC32 (or 0x2FDC32) is known color: Lime Green. HEX triplet: 2F, DC and 32. RGB value is (47,220,50). Sum of RGB (Red+Green+Blue) = 47+220+50=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 220 (86.33% from 255 or 69.40% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDC32 is #D023CD. Grayscale: #959595. Windows color (decimal): -13640654 or 3333167. OLE color: 3333167.

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

Color convert

RGB 47 220 50 -
CMYK 0.79 0 0.77 0.14
HSL 121.04º 0.71% 0.52% -
HSV(B) 121.04º 0.79% 0.86% -
XYZ 27.34 52.02 11.62 -
YUV 148.89 72.19 55.32 -
System Red Green Blue C M Y K H S L
Decimal 47 220 50 0.79 0 0.77 0.14 121.04 0.71 0.52
Hex 2F DC 32 4F 0 4D E 79 47 34
Octal 57 334 62 117 0 115 16 171 107 64
Binary 101111 11011100 110010 1001111 0 1001101 1110 1111001 1000111 110100

Color Harmonies of #2FDC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDC32

Black with #2FDC32

Text Example


Text Example

White with #2FDC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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