Html Css Color HEX #3FCC53 Lime Green

📋 copy color: '#3FCC53'

red 63 ◦ green 204 ◦ blue 83

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

Shades of Lime Green #3FCC53

Tints of Lime Green #3FCC53

RGB

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

 GREEN value IS 204 (80.08% from 255) = 58.29%

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

R = 18%
G = 58.29%
B = 23.71%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#3FCC53 (or 0x3FCC53) is known color: Lime Green. HEX triplet: 3F, CC and 53. RGB value is (63,204,83). Sum of RGB (Red+Green+Blue) = 63+204+83=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 204 (80.08% from 255 or 58.29% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCC53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCC53 is #C033AC. Grayscale: #949494. Windows color (decimal): -12596141 or 5491775. OLE color: 5491775.

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

Color convert

RGB 63 204 83 -
CMYK 0.69 0 0.59 0.2
HSL 128.51º 0.58% 0.52% -
HSV(B) 128.51º 0.69% 0.8% -
XYZ 25.2 44.87 15.52 -
YUV 148.05 91.29 67.34 -
System Red Green Blue C M Y K H S L
Decimal 63 204 83 0.69 0 0.59 0.2 128.51 0.58 0.52
Hex 3F CC 53 45 0 3B 14 81 3A 34
Octal 77 314 123 105 0 73 24 201 72 64
Binary 111111 11001100 1010011 1000101 0 111011 10100 10000001 111010 110100

Color Harmonies of #3FCC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCC53

Black with #3FCC53

Text Example


Text Example

White with #3FCC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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