Html Css Color HEX #3DF646 Lime Green

📋 copy color: '#3DF646'

red 61 ◦ green 246 ◦ blue 70

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

Shades of Lime Green #3DF646

Tints of Lime Green #3DF646

RGB

 RED value IS 61 (24.22% from 255) = 16.18%

 GREEN value IS 246 (96.48% from 255) = 65.25%

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

R = 16.18%
G = 65.25%
B = 18.57%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#3DF646 (or 0x3DF646) is known color: Lime Green. HEX triplet: 3D, F6 and 46. RGB value is (61,246,70). Sum of RGB (Red+Green+Blue) = 61+246+70=377 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.18% from 377); Green value is 246 (96.48% from 255 or 65.25% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF646 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF646 is #C209B9. Grayscale: #ABABAB. Windows color (decimal): -12716474 or 4650557. OLE color: 4650557.

HSL color Cylindrical-coordinate representation of color #3DF646: hue angle of 122.92º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF646 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 61 246 70 -
CMYK 0.75 0 0.72 0.04
HSL 122.92º 0.91% 0.6% -
HSV(B) 122.92º 0.75% 0.96% -
XYZ 35.99 67.35 16.9 -
YUV 170.62 71.21 49.81 -
System Red Green Blue C M Y K H S L
Decimal 61 246 70 0.75 0 0.72 0.04 122.92 0.91 0.6
Hex 3D F6 46 4B 0 48 4 7B 5B 3C
Octal 75 366 106 113 0 110 4 173 133 74
Binary 111101 11110110 1000110 1001011 0 1001000 100 1111011 1011011 111100

Color Harmonies of #3DF646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF646

Black with #3DF646

Text Example


Text Example

White with #3DF646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,246,70); }

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

background-color css

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

 a { background-color: rgb(61,246,70); }

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

border-color css

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

 span { border-color: rgb(61,246,70); }

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