Html Css Color HEX #2FDC28 Lime Green

📋 copy color: '#2FDC28'

red 47 ◦ green 220 ◦ blue 40

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

Shades of Lime Green #2FDC28

Tints of Lime Green #2FDC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.03%

R = 15.31%
G = 71.66%
B = 13.03%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#2FDC28 (or 0x2FDC28) is known color: Lime Green. HEX triplet: 2F, DC and 28. RGB value is (47,220,40). Sum of RGB (Red+Green+Blue) = 47+220+40=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 220 (86.33% from 255 or 71.66% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDC28 is #D023D7. Grayscale: #949494. Windows color (decimal): -13640664 or 2677807. OLE color: 2677807.

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

Color convert

RGB 47 220 40 -
CMYK 0.79 0 0.82 0.14
HSL 117.67º 0.72% 0.51% -
HSV(B) 117.67º 0.82% 0.86% -
XYZ 27.15 51.94 10.6 -
YUV 147.75 67.19 56.14 -
System Red Green Blue C M Y K H S L
Decimal 47 220 40 0.79 0 0.82 0.14 117.67 0.72 0.51
Hex 2F DC 28 4F 0 52 E 76 48 33
Octal 57 334 50 117 0 122 16 166 110 63
Binary 101111 11011100 101000 1001111 0 1010010 1110 1110110 1001000 110011

Color Harmonies of #2FDC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDC28

Black with #2FDC28

Text Example


Text Example

White with #2FDC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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