Html Css Color HEX #3FCD53 Lime Green

📋 copy color: '#3FCD53'

red 63 ◦ green 205 ◦ blue 83

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

Shades of Lime Green #3FCD53

Tints of Lime Green #3FCD53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.65%

R = 17.95%
G = 58.4%
B = 23.65%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#3FCD53 (or 0x3FCD53) is known color: Lime Green. HEX triplet: 3F, CD and 53. RGB value is (63,205,83). Sum of RGB (Red+Green+Blue) = 63+205+83=351 (46% of max value = 765). Red value is 63 (25% from 255 or 17.95% from 351); Green value is 205 (80.47% from 255 or 58.40% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCD53 is #C032AC. Grayscale: #949494. Windows color (decimal): -12595885 or 5492031. OLE color: 5492031.

HSL color Cylindrical-coordinate representation of color #3FCD53: hue angle of 128.45º 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 #3FCD53 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 205 83 -
CMYK 0.69 0 0.60 0.20
HSL 128.45º 0.59% 0.53% -
HSV(B) 128.45º 0.69% 0.8% -
XYZ 25.44 45.34 15.59 -
YUV 148.63 90.96 66.92 -
System Red Green Blue C M Y K H S L
Decimal 63 205 83 0.69 0 0.60 0.20 128.45 0.59 0.53
Hex 3F CD 53 45 0 3C 14 80 3B 35
Octal 77 315 123 105 0 74 24 200 73 65
Binary 111111 11001101 1010011 1000101 0 111100 10100 10000000 111011 110101

Color Harmonies of #3FCD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCD53

Black with #3FCD53

Text Example


Text Example

White with #3FCD53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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