Html Css Color HEX #3FCE46 Lime Green

📋 copy color: '#3FCE46'

red 63 ◦ green 206 ◦ blue 70

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

Shades of Lime Green #3FCE46

Tints of Lime Green #3FCE46

RGB

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

 GREEN value IS 206 (80.86% from 255) = 60.77%

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

R = 18.58%
G = 60.77%
B = 20.65%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#3FCE46 (or 0x3FCE46) is known color: Lime Green. HEX triplet: 3F, CE and 46. RGB value is (63,206,70). Sum of RGB (Red+Green+Blue) = 63+206+70=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 206 (80.86% from 255 or 60.77% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCE46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCE46 is #C031B9. Grayscale: #949494. Windows color (decimal): -12595642 or 4640319. OLE color: 4640319.

HSL color Cylindrical-coordinate representation of color #3FCE46: hue angle of 122.94º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCE46 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 206 70 -
CMYK 0.69 0 0.66 0.19
HSL 122.94º 0.59% 0.53% -
HSV(B) 122.94º 0.69% 0.81% -
XYZ 25.23 45.64 13.27 -
YUV 147.74 84.12 67.56 -
System Red Green Blue C M Y K H S L
Decimal 63 206 70 0.69 0 0.66 0.19 122.94 0.59 0.53
Hex 3F CE 46 45 0 42 13 7B 3B 35
Octal 77 316 106 105 0 102 23 173 73 65
Binary 111111 11001110 1000110 1000101 0 1000010 10011 1111011 111011 110101

Color Harmonies of #3FCE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCE46

Black with #3FCE46

Text Example


Text Example

White with #3FCE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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