Html Css Color HEX #3FC346 Lime Green

📋 copy color: '#3FC346'

red 63 ◦ green 195 ◦ blue 70

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

Shades of Lime Green #3FC346

Tints of Lime Green #3FC346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 59.45%

 BLUE value IS 70 (27.73% from 255) = 21.34%

R = 19.21%
G = 59.45%
B = 21.34%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#3FC346 (or 0x3FC346) is known color: Lime Green. HEX triplet: 3F, C3 and 46. RGB value is (63,195,70). Sum of RGB (Red+Green+Blue) = 63+195+70=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #3FC346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC346 is #C03CB9. Grayscale: #8D8D8D. Windows color (decimal): -12598458 or 4637503. OLE color: 4637503.

HSL color Cylindrical-coordinate representation of color #3FC346: hue angle of 123.18º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC346 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 63 195 70 -
CMYK 0.68 0 0.64 0.24
HSL 123.18º 0.52% 0.51% -
HSV(B) 123.18º 0.68% 0.76% -
XYZ 22.67 40.53 12.42 -
YUV 141.28 87.77 72.16 -
System Red Green Blue C M Y K H S L
Decimal 63 195 70 0.68 0 0.64 0.24 123.18 0.52 0.51
Hex 3F C3 46 44 0 40 18 7B 34 33
Octal 77 303 106 104 0 100 30 173 64 63
Binary 111111 11000011 1000110 1000100 0 1000000 11000 1111011 110100 110011

Color Harmonies of #3FC346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC346

Black with #3FC346

Text Example


Text Example

White with #3FC346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,195,70); }

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

background-color css

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

 a { background-color: rgb(63,195,70); }

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

border-color css

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

 span { border-color: rgb(63,195,70); }

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