Html Css Color HEX #2FDC31 Lime Green

📋 copy color: '#2FDC31'

red 47 ◦ green 220 ◦ blue 49

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

Shades of Lime Green #2FDC31

Tints of Lime Green #2FDC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.51%

R = 14.87%
G = 69.62%
B = 15.51%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#2FDC31 (or 0x2FDC31) is known color: Lime Green. HEX triplet: 2F, DC and 31. RGB value is (47,220,49). Sum of RGB (Red+Green+Blue) = 47+220+49=316 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.87% from 316); Green value is 220 (86.33% from 255 or 69.62% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDC31 is #D023CE. Grayscale: #959595. Windows color (decimal): -13640655 or 3267631. OLE color: 3267631.

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

Color convert

RGB 47 220 49 -
CMYK 0.79 0 0.78 0.14
HSL 120.69º 0.71% 0.52% -
HSV(B) 120.69º 0.79% 0.86% -
XYZ 27.32 52.01 11.51 -
YUV 148.78 71.69 55.4 -
System Red Green Blue C M Y K H S L
Decimal 47 220 49 0.79 0 0.78 0.14 120.69 0.71 0.52
Hex 2F DC 31 4F 0 4E E 79 47 34
Octal 57 334 61 117 0 116 16 171 107 64
Binary 101111 11011100 110001 1001111 0 1001110 1110 1111001 1000111 110100

Color Harmonies of #2FDC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDC31

Black with #2FDC31

Text Example


Text Example

White with #2FDC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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