Html Css Color HEX #3FDC52 Lime Green

📋 copy color: '#3FDC52'

red 63 ◦ green 220 ◦ blue 82

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

Shades of Lime Green #3FDC52

Tints of Lime Green #3FDC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.47%

R = 17.26%
G = 60.27%
B = 22.47%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#3FDC52 (or 0x3FDC52) is known color: Lime Green. HEX triplet: 3F, DC and 52. RGB value is (63,220,82). Sum of RGB (Red+Green+Blue) = 63+220+82=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 220 (86.33% from 255 or 60.27% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDC52 is #C023AD. Grayscale: #9D9D9D. Windows color (decimal): -12592046 or 5430335. OLE color: 5430335.

HSL color Cylindrical-coordinate representation of color #3FDC52: hue angle of 127.26º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDC52 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 220 82 -
CMYK 0.71 0 0.63 0.14
HSL 127.26º 0.69% 0.55% -
HSV(B) 127.26º 0.71% 0.86% -
XYZ 29.17 52.85 16.65 -
YUV 157.33 85.49 60.72 -
System Red Green Blue C M Y K H S L
Decimal 63 220 82 0.71 0 0.63 0.14 127.26 0.69 0.55
Hex 3F DC 52 47 0 3F E 7F 45 37
Octal 77 334 122 107 0 77 16 177 105 67
Binary 111111 11011100 1010010 1000111 0 111111 1110 1111111 1000101 110111

Color Harmonies of #3FDC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDC52

Black with #3FDC52

Text Example


Text Example

White with #3FDC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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