Html Css Color HEX #3FCA55 Lime Green

📋 copy color: '#3FCA55'

red 63 ◦ green 202 ◦ blue 85

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

Shades of Lime Green #3FCA55

Tints of Lime Green #3FCA55

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.71%

 BLUE value IS 85 (33.59% from 255) = 24.29%

R = 18%
G = 57.71%
B = 24.29%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#3FCA55 (or 0x3FCA55) is known color: Lime Green. HEX triplet: 3F, CA and 55. RGB value is (63,202,85). Sum of RGB (Red+Green+Blue) = 63+202+85=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 202 (79.30% from 255 or 57.71% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCA55 is #C035AA. Grayscale: #939393. Windows color (decimal): -12596651 or 5622335. OLE color: 5622335.

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

Color convert

RGB 63 202 85 -
CMYK 0.69 0 0.58 0.21
HSL 129.5º 0.57% 0.52% -
HSV(B) 129.5º 0.69% 0.79% -
XYZ 24.81 43.95 15.77 -
YUV 147.1 92.95 68.01 -
System Red Green Blue C M Y K H S L
Decimal 63 202 85 0.69 0 0.58 0.21 129.5 0.57 0.52
Hex 3F CA 55 45 0 3A 15 81 39 34
Octal 77 312 125 105 0 72 25 201 71 64
Binary 111111 11001010 1010101 1000101 0 111010 10101 10000001 111001 110100

Color Harmonies of #3FCA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCA55

Black with #3FCA55

Text Example


Text Example

White with #3FCA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,202,85); }

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

background-color css

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

 a { background-color: rgb(63,202,85); }

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

border-color css

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

 span { border-color: rgb(63,202,85); }

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