Html Css Color HEX #3FD052 Lime Green

📋 copy color: '#3FD052'

red 63 ◦ green 208 ◦ blue 82

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

Shades of Lime Green #3FD052

Tints of Lime Green #3FD052

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.92%

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

R = 17.85%
G = 58.92%
B = 23.23%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#3FD052 (or 0x3FD052) is known color: Lime Green. HEX triplet: 3F, D0 and 52. RGB value is (63,208,82). Sum of RGB (Red+Green+Blue) = 63+208+82=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 208 (81.64% from 255 or 58.92% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 208 - color contains mainly: green. Hex color #3FD052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD052 is #C02FAD. Grayscale: #969696. Windows color (decimal): -12595118 or 5427263. OLE color: 5427263.

HSL color Cylindrical-coordinate representation of color #3FD052: hue angle of 127.86º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD052 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 63 208 82 -
CMYK 0.70 0 0.61 0.18
HSL 127.86º 0.61% 0.53% -
HSV(B) 127.86º 0.7% 0.82% -
XYZ 26.13 46.78 15.63 -
YUV 150.28 89.46 65.75 -
System Red Green Blue C M Y K H S L
Decimal 63 208 82 0.70 0 0.61 0.18 127.86 0.61 0.53
Hex 3F D0 52 46 0 3D 12 80 3D 35
Octal 77 320 122 106 0 75 22 200 75 65
Binary 111111 11010000 1010010 1000110 0 111101 10010 10000000 111101 110101

Color Harmonies of #3FD052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD052

Black with #3FD052

Text Example


Text Example

White with #3FD052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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