Html Css Color HEX #3DF746 Lime Green

📋 copy color: '#3DF746'

red 61 ◦ green 247 ◦ blue 70

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

Shades of Lime Green #3DF746

Tints of Lime Green #3DF746

RGB

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

 GREEN value IS 247 (96.88% from 255) = 65.34%

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

R = 16.14%
G = 65.34%
B = 18.52%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#3DF746 (or 0x3DF746) is known color: Lime Green. HEX triplet: 3D, F7 and 46. RGB value is (61,247,70). Sum of RGB (Red+Green+Blue) = 61+247+70=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 247 (96.88% from 255 or 65.34% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF746 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF746 is #C208B9. Grayscale: #ABABAB. Windows color (decimal): -12716218 or 4650813. OLE color: 4650813.

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

Color convert

RGB 61 247 70 -
CMYK 0.75 0 0.72 0.03
HSL 122.9º 0.92% 0.6% -
HSV(B) 122.9º 0.75% 0.97% -
XYZ 36.29 67.96 17 -
YUV 171.21 70.88 49.39 -
System Red Green Blue C M Y K H S L
Decimal 61 247 70 0.75 0 0.72 0.03 122.9 0.92 0.6
Hex 3D F7 46 4B 0 48 3 7B 5C 3C
Octal 75 367 106 113 0 110 3 173 134 74
Binary 111101 11110111 1000110 1001011 0 1001000 11 1111011 1011100 111100

Color Harmonies of #3DF746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF746

Black with #3DF746

Text Example


Text Example

White with #3DF746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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