Html Css Color HEX #3FCD52 Lime Green

📋 copy color: '#3FCD52'

red 63 ◦ green 205 ◦ blue 82

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

Shades of Lime Green #3FCD52

Tints of Lime Green #3FCD52

RGB

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

 GREEN value IS 205 (80.47% from 255) = 58.57%

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

R = 18%
G = 58.57%
B = 23.43%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.6

 K value IS 0.20

RGB Variations

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

Color information

#3FCD52 (or 0x3FCD52) is known color: Lime Green. HEX triplet: 3F, CD and 52. RGB value is (63,205,82). Sum of RGB (Red+Green+Blue) = 63+205+82=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 205 (80.47% from 255 or 58.57% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCD52 is #C032AD. Grayscale: #949494. Windows color (decimal): -12595886 or 5426495. OLE color: 5426495.

HSL color Cylindrical-coordinate representation of color #3FCD52: hue angle of 128.03º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCD52 is Cyan = 0.69, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 205 82 -
CMYK 0.69 0 0.6 0.20
HSL 128.03º 0.59% 0.53% -
HSV(B) 128.03º 0.69% 0.8% -
XYZ 25.4 45.33 15.39 -
YUV 148.52 90.46 67 -
System Red Green Blue C M Y K H S L
Decimal 63 205 82 0.69 0 0.6 0.20 128.03 0.59 0.53
Hex 3F CD 52 45 0 3C 14 80 3B 35
Octal 77 315 122 105 0 74 24 200 73 65
Binary 111111 11001101 1010010 1000101 0 111100 10100 10000000 111011 110101

Color Harmonies of #3FCD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCD52

Black with #3FCD52

Text Example


Text Example

White with #3FCD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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