Html Css Color HEX #3FDC28 Lime Green

📋 copy color: '#3FDC28'

red 63 ◦ green 220 ◦ blue 40

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

Shades of Lime Green #3FDC28

Tints of Lime Green #3FDC28

RGB

 RED value IS 63 (25% from 255) = 19.5%

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

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

R = 19.5%
G = 68.11%
B = 12.38%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#3FDC28 (or 0x3FDC28) is known color: Lime Green. HEX triplet: 3F, DC and 28. RGB value is (63,220,40). Sum of RGB (Red+Green+Blue) = 63+220+40=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 220 (86.33% from 255 or 68.11% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDC28 is #C023D7. Grayscale: #999999. Windows color (decimal): -12592088 or 2677823. OLE color: 2677823.

HSL color Cylindrical-coordinate representation of color #3FDC28: hue angle of 112.33º 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 #3FDC28 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 220 40 -
CMYK 0.71 0 0.82 0.14
HSL 112.33º 0.72% 0.51% -
HSV(B) 112.33º 0.82% 0.86% -
XYZ 28.03 52.4 10.64 -
YUV 152.54 64.49 64.14 -
System Red Green Blue C M Y K H S L
Decimal 63 220 40 0.71 0 0.82 0.14 112.33 0.72 0.51
Hex 3F DC 28 47 0 52 E 70 48 33
Octal 77 334 50 107 0 122 16 160 110 63
Binary 111111 11011100 101000 1000111 0 1010010 1110 1110000 1001000 110011

Color Harmonies of #3FDC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDC28

Black with #3FDC28

Text Example


Text Example

White with #3FDC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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