Html Css Color HEX #3FF146 Lime Green

📋 copy color: '#3FF146'

red 63 ◦ green 241 ◦ blue 70

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

Shades of Lime Green #3FF146

Tints of Lime Green #3FF146

RGB

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

 GREEN value IS 241 (94.53% from 255) = 64.44%

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

R = 16.84%
G = 64.44%
B = 18.72%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#3FF146 (or 0x3FF146) is known color: Lime Green. HEX triplet: 3F, F1 and 46. RGB value is (63,241,70). Sum of RGB (Red+Green+Blue) = 63+241+70=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 241 (94.53% from 255 or 64.44% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF146 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF146 is #C00EB9. Grayscale: #A8A8A8. Windows color (decimal): -12586682 or 4649279. OLE color: 4649279.

HSL color Cylindrical-coordinate representation of color #3FF146: hue angle of 122.36º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF146 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 63 241 70 -
CMYK 0.74 0 0.71 0.05
HSL 122.36º 0.86% 0.6% -
HSV(B) 122.36º 0.74% 0.95% -
XYZ 34.61 64.41 16.4 -
YUV 168.28 72.53 52.9 -
System Red Green Blue C M Y K H S L
Decimal 63 241 70 0.74 0 0.71 0.05 122.36 0.86 0.6
Hex 3F F1 46 4A 0 47 5 7A 56 3C
Octal 77 361 106 112 0 107 5 172 126 74
Binary 111111 11110001 1000110 1001010 0 1000111 101 1111010 1010110 111100

Color Harmonies of #3FF146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF146

Black with #3FF146

Text Example


Text Example

White with #3FF146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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