Html Css Color HEX #3FCA41 Lime Green

📋 copy color: '#3FCA41'

red 63 ◦ green 202 ◦ blue 65

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

Shades of Lime Green #3FCA41

Tints of Lime Green #3FCA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.7%

R = 19.09%
G = 61.21%
B = 19.7%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#3FCA41 (or 0x3FCA41) is known color: Lime Green. HEX triplet: 3F, CA and 41. RGB value is (63,202,65). Sum of RGB (Red+Green+Blue) = 63+202+65=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 202 (79.30% from 255 or 61.21% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCA41 is #C035BE. Grayscale: #919191. Windows color (decimal): -12596671 or 4311615. OLE color: 4311615.

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

Color convert

RGB 63 202 65 -
CMYK 0.69 0 0.68 0.21
HSL 120.86º 0.57% 0.52% -
HSV(B) 120.86º 0.69% 0.79% -
XYZ 24.12 43.68 12.16 -
YUV 144.82 82.95 69.64 -
System Red Green Blue C M Y K H S L
Decimal 63 202 65 0.69 0 0.68 0.21 120.86 0.57 0.52
Hex 3F CA 41 45 0 44 15 79 39 34
Octal 77 312 101 105 0 104 25 171 71 64
Binary 111111 11001010 1000001 1000101 0 1000100 10101 1111001 111001 110100

Color Harmonies of #3FCA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCA41

Black with #3FCA41

Text Example


Text Example

White with #3FCA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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