Html Css Color HEX #3FCF52 Lime Green

📋 copy color: '#3FCF52'

red 63 ◦ green 207 ◦ blue 82

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

Shades of Lime Green #3FCF52

Tints of Lime Green #3FCF52

RGB

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

 GREEN value IS 207 (81.25% from 255) = 58.81%

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

R = 17.9%
G = 58.81%
B = 23.3%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#3FCF52 (or 0x3FCF52) is known color: Lime Green. HEX triplet: 3F, CF and 52. RGB value is (63,207,82). Sum of RGB (Red+Green+Blue) = 63+207+82=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 207 (81.25% from 255 or 58.81% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCF52 is #C030AD. Grayscale: #969696. Windows color (decimal): -12595374 or 5427007. OLE color: 5427007.

HSL color Cylindrical-coordinate representation of color #3FCF52: hue angle of 127.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCF52 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 207 82 -
CMYK 0.70 0 0.60 0.19
HSL 127.92º 0.6% 0.53% -
HSV(B) 127.92º 0.7% 0.81% -
XYZ 25.89 46.29 15.55 -
YUV 149.69 89.79 66.16 -
System Red Green Blue C M Y K H S L
Decimal 63 207 82 0.70 0 0.60 0.19 127.92 0.6 0.53
Hex 3F CF 52 46 0 3C 13 80 3C 35
Octal 77 317 122 106 0 74 23 200 74 65
Binary 111111 11001111 1010010 1000110 0 111100 10011 10000000 111100 110101

Color Harmonies of #3FCF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCF52

Black with #3FCF52

Text Example


Text Example

White with #3FCF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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